Re: How to skip deletion of files which are newer on the receiver?

2010-06-29 Thread Matt McCutchen
On Tue, 2010-06-29 at 11:04 +0200, Mike Reiche wrote: > I try to create a duplex sync between client/server via two rsync calls. Don't do that. Use unison (http://www.cis.upenn.edu/~bcpierce/unison/) instead. -- Matt -- Please use reply-all for most replies to avoid omitting the mailing lis

How to skip deletion of files which are newer on the receiver?

2010-06-29 Thread Mike Reiche
Hi. I try to create a duplex sync between client/server via two rsync calls. First step: Send new or updated files. # rsync -a -c -r -z -u --progress --delete --files-from=rsync-list.txt $SOURCE --filter='. rsync-filter.txt' $TARGET/ Second step: Receive new or updates files. # rsync -p -g -