https://bugzilla.samba.org/show_bug.cgi?id=2106





------- Comment #3 from [EMAIL PROTECTED]  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 anymore

I'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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to