Re: GUI for rsync

2004-10-21 Thread mlh

Unison

http://www.cis.upenn.edu/~bcpierce/unison/
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: GUI for rsync

2004-10-21 Thread mlh

You might also be interested in 

http://meld.sourceforge.net

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Anyone syncing database files?

2004-08-21 Thread mlh
On Fri, 20 Aug 2004 22:48:20 +0200
Jan-Benedict Glaw [EMAIL PROTECTED] wrote:

 On Fri, 2004-08-20 16:43:07 -0400, Loukinas, Jeremy [EMAIL PROTECTED]
 wrote in message [EMAIL PROTECTED]:
  Anyone syncing say 18-20gb Oracle dbf files..?
 
 No problem--as long as you don't try to backup hot database files.
 Shutdown Oracle first:)

With anything this huge it would be nice to do it in in place.

Is the patch for that in the released version yet?

Matt
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


copy on content and content only

2004-08-19 Thread mlh

I want to rsync on the basis of content and content only;
I don't want to copy if the file is no different and I don't
want not to copy if the file is at all different (of course).

I think the right incantation is with the -c (always checksum) option:

rsync -rlvc here/ there

But it isn't absolutely clear whether under some circumstances
rsync might decide to copy files even if they haven't
changed; e.g. perhaps it thinks it would be more efficient
to copy small files rather than test them.

Is the -I (--ignore-times) option purely a heuristic
/efficiency thing that will not affect what is updated?

Will the -n (--dry-run) option always provide a
completely accurate prediction of what is going to be
updated if given with the -c option?  Even if
going over a network? (ssh).

It is possible for -v (verbose) to tell me why an
update is being made? (in case I'm not using the -c for instance)

Obviously here I'm using rsync for it's 'revision control'
features more than for it's efficiency features.


Regards,
Matt

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html