[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.