samba-bugs at samba.org
2012-Mar-31 02:09 UTC
[Bug 8834] New: Option --recursive fails if followed by another option
https://bugzilla.samba.org/show_bug.cgi?id=8834 Summary: Option --recursive fails if followed by another option Product: rsync Version: 3.0.9 Platform: All OS/Version: Other Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: axelboldt at yahoo.com QAContact: rsync-qa at samba.org I am using rsync 3.0.9 protocol version 30 from the cygwin package rsync-3.0.9-1 under Windows 7. $ cd /tmp $ mkdir c d $ rsync --recursive ?-verbose c d rsync: link_stat "/tmp/?-verbose" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/main.c(1052) [sender=3.0.9] $ rsync --verbose --recursive c d sending incremental file list sent 32 bytes received 13 bytes 90.00 bytes/sec total size is 0 speedup is 0.00 Obviously "--verbose" is interpreted as a file name in the first example. If this is intended, then this behavior needs to be documented on the man page. If this is a compile mistake on cygwin's part, I'll be happy to report it there. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2012-Mar-31 02:34 UTC
[Bug 8834] Option --recursive fails if followed by another option
https://bugzilla.samba.org/show_bug.cgi?id=8834 --- Comment #1 from Kevin Korb <rsync at sanitarium.net> 2012-03-31 02:34:31 UTC --- Please verify that you actually used --verbose. One of the dashes in your post is not a dash character. This may have been a paste error but it seems likely to be the problem. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2012-Mar-31 03:48 UTC
[Bug 8834] Option --recursive fails if followed by another option
https://bugzilla.samba.org/show_bug.cgi?id=8834 Axel Boldt <axelboldt at yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Axel Boldt <axelboldt at yahoo.com> 2012-03-31 03:48:02 UTC --- You are correct, mistake on my part: retyping the two dashes resolves the issue. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.