Displaying 1 result from an estimated 1 matches for "gwcode".
Did you mean:
wcode
2006 Aug 16
2
DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option
...files remotely using ssh and a list of files using the
files-from option works fine until adding public key authentication instead of
requiring a password.
rsync -avzP --files-from=$RSYNCVAR --delete --ignore-errors -e "ssh -i
/home/user/.ssh/id_rsa"
user@host.domain.com:/srv/www/htdocs/gwcode/files/rsync/
/opt/novell/groupwise/mail/code
The file containing the list points has two directories and a list of four
files in it. The files at the root of the path copy correctly, but the files in
the sub-directories do not. This works fine when the authkey is removed and a
password is entered....