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: 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: 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 h

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'