Displaying 1 result from an estimated 1 matches for "file_178".
Did you mean:
file_176
2003 Nov 20
1
copying pointed to links
...symbolic link. During this process, I wish to have the tempArea directory name preserved in the /tmp directory.
I've tried the following:
1) pglc0003> rsync -avzu --copy-links /pgadm1/adm/cleaw/TA /tmp
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
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...