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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


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"
[EMAIL PROTECTED]:/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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to