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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #1 from [EMAIL PROTECTED]  2006-02-01 20:05 MST -------
You can do this using --relative and a little trickery:

cd /emptydir
ln -s /srcdir a
ln -s /srcdir b
rsync -avR --no-implied-dirs a/file1 b/file2 b/file3 remotehost:/

That may not be as convenient as supporting multiple destinations, but it does
have the benefit of working right now.

I don't think that the change you suggested is likely to ever happen.


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