DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option

samba-bugs at samba.org samba-bugs at samba.org
Wed Aug 16 20:15:27 GMT 2006


https://bugzilla.samba.org/show_bug.cgi?id=4023

           Summary: Rsync does not copy files recursively when using ssh
                    public key authorization and the files-from option
           Product: rsync
           Version: 2.6.8
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: swhitehouse at novell.com
         QAContact: rsync-qa at samba.org


Setting up rsync to copy 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 at 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.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list