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