Results 1 to 4 of 4
Hello, I have the same 4GB file located at two sites connected via vpn, everyday people at the first site make minor changes doesn't exceed 1 or 2 MB, I've ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-17-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 8
Moving changes of a large file over Internet
Hello, I have the same 4GB file located at two sites connected via vpn, everyday people at the first site make minor changes doesn't exceed 1 or 2 MB, I've been looking for a method to transfer the change only other than copying the whole file to the second site.
I thought rsync would do that, but it turned out even rsync copy the entire file if it's changed on the destination place. Any ideas ?
Thanks
- 10-17-2010 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,722
The rdiff-backup utility is one option. You can of course script a solution that uses diff and rsync.
- 10-18-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 8
Thank you very much, does it work with binary files ?
- 10-21-2010 #4Just Joined!
- Join Date
- Feb 2006
- Posts
- 7
yes, it does, here's a quote from their "features" document:
"Space efficient: Suppose you have a large database file that changes a little bit every day. A normal incremental backup would keep saving copy after copy of this database, wasting a lot of space. rdiff-backup uses librsync, which implements the same efficient diffing algorithm that rsync uses. It works on binary files as well as text, so only a fraction of the data in your database would be saved in each incremental backup."


Reply With Quote
