Displaying 1 result from an estimated 1 matches for "web64".
Did you mean:
web6
2009 Jul 14
1
Assistance With "Symlink Has No Referent" Message
...The problem I am having is that some of the symlinks on the remote
machine will not copy. I am attempting to copy their referent by using
the -L option, but I always receive the subject error despite the fact
that the referent does actually exist.
Sample remote side files:
drwxr-xr-x 8 adam web64 4096 Sep 24 2008 .
drwxr-xr-x 92 root root 4096 Jun 10 13:32 ..
lrwxrwxrwx 1 root root 38 Sep 24 2008 Maildir ->
/home/www/web64/user/adam/Maildir
Rsync call from backup server:
/usr/bin/rsync -Lrvz --copy-unsafe-links server.net::www /nfsmount/test
Error messages from back...