Re: Version mismatch

2012-03-05 Thread Elliot Wilen
and may be faster then scanning the full file list before making any changes. You can easily install rsync 3.0.8 on your Mac using macports: http://www.macports.org/ --Elliot Wilen-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: h

Re: The recursive switch

2012-03-01 Thread Elliot Wilen
sure you are running rsync > version 3 on both ends and check that you aren't using any of the > options that conflict with incremental recursion (like --delete-before). Which contradicts what I wrote about using --no-i-r. I defer to Kevin. But again, note that -a includes -r. El

Re: The recursive switch

2012-03-01 Thread Elliot Wilen
https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html Elliot Wilen Network Administrator/Postmaster Communications and Information Systems MPR Associates, Inc. 2150 Shattuck Ave., Suite 800 Berkeley, CA 94704 Phone: (510) 849-494

Re: Replacing rsync on OSX servers.

2011-11-22 Thread Elliot Wilen
with 2.0.3 some parts of macports were unsuccessfully trying to use the version of curl that was installed in the system. Elliot Wilen Network Administrator/Postmaster Communications and Computer Systems MPR Associates, Inc. 2150 Shattuck Ave., Suite 800 Berkeley, CA 94704 Phone: (510) 849-4942

Re: rsync compares all files again and again

2011-10-14 Thread Elliot Wilen
might be if you expect hardlinks to be preserved using -H. Here I think you'd need to user --filter or --include/--exclude so that your entire backup list could be based off a single root directory. Elliot Wilen Network Administrator/Postmaster Communications and Computer Systems MPR Associates

Re: rsync compares all files again and again

2011-10-14 Thread Elliot Wilen
On Oct 14, 2011, at 11:37 AM, Elliot Wilen wrote: > > Frank's idea seems to be valid, though: why not compare the mtimes of > directories and skip comparing the mtimes & sizes of files in those > directories which haven't changed? > > Note 1: It looks like you

Re: rsync compares all files again and again

2011-10-14 Thread Elliot Wilen
entioned ctime but I think mtime is what you need to look at. Elliot Wilen Network Administrator/Postmaster MPR Associates, Inc. 2150 Shattuck Ave., Suite 800 Berkeley, CA 94704 Phone: (510) 849-4942 Fax: (510) 849-0794 www.mprinc.com On Oct 14, 2011, at 11:08 AM, Kevin Korb wrote: > -BEGIN

Re: rsync compares all files again and again

2011-10-14 Thread Elliot Wilen
date. If I use -ivv, I get .f x/y/y1 for files that are up to date and similar notations for file/directory modifications. This does add quite a bit of time to my rsyncs. I seem to recall reading about various rsync wrapper scripts which people have devised to deal with this. Ellio

Re: rsync and encryption

2011-08-29 Thread Elliot Wilen
nance overhead than configuring an rsync daemon. --Elliot Wilen On Aug 29, 2011, at 8:07 AM, Hendrik Visage wrote: > Hi, > > If paranoid on the data you'll be syncing: Setup ssh on both sides, > and use rsync over ssh. -- Please use reply-all for most replies to avoid omittin

Re: Getting rsync to store timing information in its logs

2010-07-27 Thread Elliot Wilen
ailing list. > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html Elliot Wilen Network Administrator/Postmaster MPR Associates, Inc. 2150 Shattuck Ave., Suite 800 Berkeley, CA 94704 Pho

how to efficiently sync files moved between multiple sources?

2010-05-26 Thread Elliot Wilen
te --include=/A --include=/B --exclude=/* host::Work/ /Work Option 2: rsync -azH --delete host::Work/A host::Work/B /Work Thanks in advance. --Elliot Wilen -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mail