Displaying 1 result from an estimated 1 matches for "avzlu".
Did you mean:
avzl
2003 Nov 20
1
copying pointed to links
...le_178.Z
TA/Subnets/file_201.Z
However, the /tmp now contains a directory TA, having the contents of /pgadm1/adm/cleaw/tempArea/. Seems that the options used in rsync above did not preserve the original name of the pointed-to filesystem when copied to another file-system.
2) pglc0003> rsync -avzlu --copy-links TA /tmp
building file list ... done
TA/
TA/--compress.Z
TA/Subnets/
TA/Subnets/file_176.Z
TA/Subnets/file_177.Z
TA/Subnets/file_178.Z
TA/Subnets/file_201.Z
Method (2) did not work either.
Is there another method which I could use to preserve the name of the pointed-to filesystem by...