parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rsync


From: Benjamin R. Haskell
Subject: Re: rsync
Date: Thu, 12 May 2011 09:56:01 -0400 (EDT)
User-agent: Alpine 2.01 (LNX 1266 2009-07-14)

On Thu, 12 May 2011, Ole Tange wrote:

On Thu, May 12, 2011 at 12:37 AM, guerrier wrote:
Hello
Can one use parallel to speed up rsync -avz dir1 dir2 ?  How would one phrase that?

[...]

I am not sure it will be happy with dirs called:

 My brother's 12" records

Just thinking aloud on this one: --protect-args?


If rsync had an option to create the missing dirs then that would probably work.

Using the '--relative' option and a '/./' in the source directory could help.

E.g. of its use:

$ rsync -av --relative /src/./a/b/c/d /dest
(Will create all portions of /dest/a/b/c/d that don't already exist.)

--
Best,
Ben

reply via email to

[Prev in Thread] Current Thread [Next in Thread]