https://bugzilla.samba.org/show_bug.cgi?id=8838
--- Comment #2 from Chris Dunlop <ch...@onthe.net.au> 2013-04-15 02:08:20 UTC --- It looks like the proposed fix may break this usage (from the 'ADVANCED USAGE' section of the man page): Older versions of rsync required using quoted spaces in the SRC, like these examples: rsync -av host:'dir1/file1 dir2/file2' /dest rsync host::'modname/dir1/file1 modname/dir2/file2' /dest This word-splitting still works (by default) in the latest rsync, but is not as easy to use as the first method. Have you tested this? Cheers, Chris -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html