DO NOT REPLY [Bug 3241] Multiple source to dest transfers in one invocation (to same host)

bugzilla-daemon at dp3.samba.org bugzilla-daemon at dp3.samba.org
Thu Feb 2 03:05:57 GMT 2006


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


wayned at samba.org changed:

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




------- Comment #1 from wayned at samba.org  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.


More information about the rsync mailing list