Re: rsync: overhead?

2003-12-05 Thread Andy Henson
I think it's pretty impressive that rsync can discover nothing had changed with just 371 bytes in one direction and 20 in another! Andy -- 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: Implemented "--exclude-old" in rsync

2003-11-07 Thread Andy Henson
-t will preserve the timestamps. Andy -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Copying whole disks (was: Need some help please)

2003-10-28 Thread Andy Henson
r you could overwrite everything! Andy Henson -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Added functionality --compare-file and --compare-auto

2003-10-17 Thread Andy Henson
Fri Oct 17 15:48:56 2003 @@ -5,6 +5,7 @@ Copyright (C) 1996-2000 by Andrew Tridgell Copyright (C) Paul Mackerras 1996 Copyright (C) 2002 by Martin Pool <[EMAIL PROTECTED]> + Copyright (C) 2003, Andy Henson, Zexia Access Ltd This program is free software; you can re

Re: Adding support for versioned files in rsync

2003-10-13 Thread Andy Henson
mp-file is specified to be "look for a similarly named file with just a number changed", but perhaps we need an option for that too :) I've had a read through the relevant source code and I am confident I could add this functionality. I was waiting to see what others are doing

Re: Unable to rsync files of size 30 GB

2003-10-13 Thread Andy Henson
Rsync maps files into memory, so it cannot handle files larger than the program's address space. On 32 bit machines this is likely to be less than 2GB. You don't say what processor you are running on? Can it map files of bigger than 2GB into memory? Andy Henson -- To unsubscribe