Re: Correct, resumable, large-file flags

2019-07-28 Thread Francis.Montagnac--- via rsync
Hi On Sat, 27 Jul 2019 11:45:58 +0100 Mark Raynsford wrote: > Same effect on ^C, unfortunately. The exact command I'm running (with > names changed to protect the innocent :): > $ /usr/local/bin/rsync \ > -a -L -i '--chmod=ugo-rwx,Dugo+x,ugo+r,u+w' \ > --delete-after \ > --delay-update

Re: Correct, resumable, large-file flags

2019-07-27 Thread Mark Raynsford via rsync
On 2019-07-27T07:59:56 +0200 francis.montag...@inria.fr wrote: > > Try: > > rsync -avz --delete-after --delay-updates --partial /A/ www2.example.com:/B/ > > The man indicate also for --delay-updates: > > See also the "atomic-rsync" perl script in the "support" subdir > for an up

Re: Correct, resumable, large-file flags

2019-07-26 Thread Francis.Montagnac--- via rsync
Hi On Fri, 26 Jul 2019 20:15:27 +0100 Mark Raynsford via rsync wrote: > I want to mirror a directory A on server www1.example.com to a > directory B on www2.example.com. The directory A contains very > large but essentially read-only files. A server process on > www1.example.com periodically cr

Correct, resumable, large-file flags

2019-07-26 Thread Mark Raynsford via rsync
Hello. I'm a long-time rsync user, but I've encountered a case today and I just can't seem to get rsync to do the right thing. I want to mirror a directory A on server www1.example.com to a directory B on www2.example.com. The directory A contains very large but essentially read-only files. A ser