samba-bugs@samba.org
2007-May-11 22:58 UTC
DO NOT REPLY [Bug 2106] Spaces in remote filename
https://bugzilla.samba.org/show_bug.cgi?id=2106 ------- Comment #3 from wayned@samba.org 2007-05-11 17:57 MST ------- (In reply to comment #2)> problem with this solution is that having / at the end of the file in the > files-from file doesn't work anymoreI'm not sure what you mean. A trailing slash has the same meaning in a file-from line when as it does on the command-line: rsync -av dir/ /var/tmp/newdir/ echo dir/ | rsync -arv --files-from=- --no-relative . /var/tmp/newdir/ Those behave exactly the same way. Perhaps you missed the --no-relative part? -- 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.