samba-bugs@samba.org
2004-Aug-24  15:21 UTC
[Bug 1660] New: --exclude option causes rsync to fail
https://bugzilla.samba.org/show_bug.cgi?id=1660
           Summary: --exclude option causes rsync to fail
           Product: rsync
           Version: 2.6.3
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: jguenther@gmail.com
         QAContact: rsync-qa@samba.org
After upgrading to rsync 2.6.3pre1 yesterday, I was no longer able to sync
successfully through SSH.
bash$ ssh -x root@host rsync --server --sender --exclude /etc -av . /
rsync: Error parsing options: option may be supported on client but not on
server?
rsync error: syntax or usage error (code 1) at main.c(1064)
If I remove the --exclude option this problem goes away. Both computers are
running rsync 2.6.3pre1.
This problem does not occur if I instead do `rsync -e "ssh -l
root"' instead of
first SSH'ing to the remote computer and running rsync from there. If you
need
any more information please let me know.
-- 
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.
Possibly Parallel Threads
- [Bug 1660] --exclude option causes rsync to fail
- rsync, --cvs-exclude option.
- [Bug 2374] New: Discrepancy in --exclude-from option between Gnu tar and rsync
- [Bug 2561] New: rsync crashes when using the "exclude from" option on server side.
- [Bug 2831] New: rsync tries to create "." directory
