It's handy that I can use a quoted space in remote names - I need that to get hardlinks copied correctly. It would be nice to be able to do the same for local names. rsync -aHz remote:'dir1 dir2' local < this is accepted rsync -aHz 'dir1 dir2' remote: < this is not accepted
On Mon, Aug 20, 2007 at 06:34:19PM -0400, Neal Becker wrote:> rsync -aHz 'dir1 dir2' remote: < this is not acceptedYou don't need to do anything weird to specify multiple local names. Just specify them as separate args. ..wayne..