Operating System - HP-UX
1834299 Members
2021 Online
110066 Solutions
New Discussion

files not dumped while backup

 
sudhir_3
Advisor

files not dumped while backup

Dear all administrator
I have file system mounted from workstatin A to B when I take backup from work staions B where is the mounted file from A it gives error and next line it back up file.
see the error below.

Optional acl entries for <./hpws7/sco/prd/kay/dadhi3/dadhi1903.prt.Z> not dumped
a ./hpws7/sco/prd/kay/dadhi3/dadhi1903.prt.Z 2499 blocks
Optional acl entries for <./hpws7/sco/prd/kay/dadhi3/punch1903.prt.Z> not dumped
a ./hpws7/sco/prd/kay/dadhi3/punch1903.prt.Z 3348 blocks
Optional acl entries for <./hpws7/sco/prd/postpro> not dumped
Optional acl entries for <./hpws7/sco/prd/postpro/trumpf.mdf> not dumped
a ./hpws7/sco/prd/postpro/trumpf.mdf 7 blocks
Optional acl entries for <./hpws7/sco/prd/postpro/makino.mdfa> not dumped
a ./hpws7/sco/prd/postpro/makino.mdfa 32 blocks
Optional acl entries for <./hpws7/sco/prd/postpro/agie.mdfa> not dumped
a ./hpws7/sco/prd/postpro/agie.mdfa 15 blocks
Optional acl entries for <./hpws7/sco/prd/postpro/mahohp.mdfa> not dumped
a ./hpws7/sco/prd/postpro/mahohp.mdfa 8 blocks
Optional acl entries for <./hpws7/sco/prd/postpro/index.html> not dumped
a ./hpws7/sco/prd/postpro/index.html 40 blocks
Optional acl entries for <./hpws7/sco/prd/.Xauthority.Z> not dumped


No end of technology
2 REPLIES 2
Stefan Farrelly
Honored Contributor

Re: files not dumped while backup


The files you are backing up have additional permissions on them (ACL's) and the backup command you are using does not understand ACL's, and thus doesnt back them up. Trying using a different backup command (eg. fbackup).
Im from Palmerston North, New Zealand, but somehow ended up in London...
Sridhar Bhaskarla
Honored Contributor

Re: files not dumped while backup

Looks like you are using tar. Tar doesn't backup acls. YOu need to either get the acls through find command or lsacl and then apply or use fbackup to take the backup.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try