[Bug 10857] weirdly named files fail remotely

2014-10-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #7 from Wayne Davison way...@samba.org --- Those are both the same on the rsync side of the pipe. Use: rsync -aR {} dest/ (where dest is a directory path or a host:directory combo for the root dir of the destination hierarchy). --

[Bug 10857] weirdly named files fail remotely

2014-10-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #6 from samba@tange.dk samba@tange.dk --- As for this: find . -type f -print0 | parallel -0 rsync {} remote:backup/{} Is there also a better way for: find . -type f -size +1000 -print0 | parallel -0 rsync {}

[Bug 10857] weirdly named files fail remotely

2014-10-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #5 from Wayne Davison way...@samba.org --- If rsync begins quoting remote args, it would make assumptions about what needs to be quoted and its rules for quoting things. There is also a historical use of arg-splitting that was

[Bug 10857] weirdly named files fail remotely

2014-10-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #2 from samba@tange.dk samba@tange.dk --- I understand what is happening and I know the workarounds for the bug - that is not the issue. Why is it that rsync prefers having a syntax, where if I transfer the file locally I need

[Bug 10857] weirdly named files fail remotely

2014-10-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #3 from Kevin Korb rs...@sanitarium.net --- This isn't an rsync problem this is the way the shell works. When you run rsync over ssh as you are doing there rsync is running 'ssh remotehost rsync [options] path'. There is a shell

[Bug 10857] weirdly named files fail remotely

2014-10-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #4 from samba@tange.dk samba@tange.dk --- Can we start by agreeing that rsync _could_ be aware that it is starting a remote shell and thus _could_ quote anything that needed quoting? Currently it clearly does not quote and puts

Re: [Bug 10857] weirdly named files fail remotely

2014-10-12 Thread Linda A. Walsh
samba-b...@samba.org wrote: https://bugzilla.samba.org/show_bug.cgi?id=10857 --- Comment #4 from samba@tange.dk samba@tange.dk --- Can we start by agreeing that rsync _could_ be aware that it is starting a remote shell and thus _could_ quote anything that needed quoting? --- No.

[Bug 10857] weirdly named files fail remotely

2014-10-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10857 Wayne Davison way...@samba.org changed: What|Removed |Added Resolution|--- |WORKSFORME