Hi, I'm trying to do so that rsync does not send a file that exists but is different on the remote. I want rsync to send only the difference to the remote. I prefer to send the difference of a 500 MB file than sending the whole file over. I use AIX and rsync version rsync version 2.4.5 protocol version 24 Oh and my command is : rsync --stats --progress --delete --partial --timeout=60 --bwlimit=10 -aRtvz patrick@risc1::test /special thank you. -------------- next part -------------- HTML attachment scrubbed and removed
Hi, I'm trying to do so that rsync does not send a file that exists but is different on the remote. I want rsync to send only the difference to the remote. I prefer to send the difference of a 500 MB file than sending the whole file over. I use AIX and rsync version rsync version 2.4.5 protocol version 24 Oh and my command is : rsync --stats --progress --delete --partial --timeout=60 --bwlimit=10 -aRtvz patrick@risc1::test /special thank you. -------------- next part -------------- HTML attachment scrubbed and removed
But this is what rsync does by default. Or am I missing something? That version is well out of date. Please upgrade to a current version. PG -----Original Message----- From: Patrick Amirian [mailto:pamirian@calculus.ca] Sent: Thursday, January 23, 2003 3:46 PM To: rsync@lists.samba.org Subject: how to send only the diff ? Hi, I'm trying to do so that rsync does not send a file that exists but is different on the remote. I want rsync to send only the difference to the remote. I prefer to send the difference of a 500 MB file than sending the whole file over. I use AIX and rsync version rsync version 2.4.5 protocol version 24 Oh and my command is : rsync --stats --progress --delete --partial --timeout=60 --bwlimit=10 -aRtvz patrick@risc1::test /special thank you. -------------- next part -------------- HTML attachment scrubbed and removed