samba-bugs at samba.org
2011-Jan-28  14:15 UTC
DO NOT REPLY [Bug 7939] New: "Unexpected remote arg" when do local sync backup
https://bugzilla.samba.org/show_bug.cgi?id=7939
           Summary: "Unexpected remote arg" when do local sync backup
           Product: rsync
           Version: 3.0.7
          Platform: x64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: gongfan193 at gmail.com
         QAContact: rsync-qa at samba.org
Exec of rsync in script failed. Debug option "--log-file=/tmp/rlog"
show this:
2011/01/28 21:50:02 [5150] Unexpected remote arg:
????-???:?????-???.mp3
2011/01/28 21:50:02 [5150] rsync error: syntax or usage error (code 1) at
main.c(1204) [sender=3.0.7]
Standard output show:
21:45:27 ~ $ ./sync_data
sent 204728 bytes  received 373 bytes  410202.00 bytes/sec
total size is 21420077981  speedup is 104436.73
Unexpected remote arg:
\#345\#261\#261\#344\#270\#234\#345\#277\#253\#344\#271\#246-\#345\#205\#253\#345\#262\#224\#350\#267\#257:\#346\#255\#246\#346\#235\#276\#350\#243\#205\#345\#252\#263\#345\#246\#207-\#345\#220\#233\#345\#255\#220\#345\#211\#221.mp3
rsync error: syntax or usage error (code 1) at main.c(1204) [sender=3.0.7]
Looks like rsync explained something in this filename as arg.
-- 
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.
samba-bugs at samba.org
2011-Feb-22  15:47 UTC
DO NOT REPLY [Bug 7939] "Unexpected remote arg" when do local sync backup
https://bugzilla.samba.org/show_bug.cgi?id=7939
wayned at samba.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #1 from wayned at samba.org  2011-02-22 09:47 CST -------
There's a colon in that name, which indicates that it is a host:file, which
is
not allowed on a local transfer.  You can work around this by specify something
with a slash prior to the colon, such as prefixing the name with "./".
-- 
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
- rsync parameters errors
- [PATCH disk-sync 5/5] Convert disk_sync inner loop to asynchronous.
- Re: [PATCH disk-sync 5/5] Convert disk_sync inner loop to asynchronous.
- Re: [PATCH disk-sync 5/5] Convert disk_sync inner loop to asynchronous.
- Help needed getting rsync to copy from windows to mac