Jump to content

How to synchronize a 5gb file with 5 servers inside slow network


geezery

Recommended Posts

I have a situation that I have an every day updated 5gb file that I have to synchronize inside a slow network (4Mbps).

I'll think that I would need an application that has an ability to copy only changed sectors of the file?

Is there such program?

Link to comment
Share on other sites


I have a situation that I have an every day updated 5gb file that I have to synchronize inside a slow network (4Mbps).

I'll think that I would need an application that has an ability to copy only changed sectors of the file?

Is there such program?

this would prolly due the trick:

http://lifehacker.com/software/featured-wi...lick-306704.php

ive seen tons of these things before so you if that doesnt work for you, we can prolly find another

Link to comment
Share on other sites

I looked up the PatchOnClick program and it looked kind of nice, but there is no command line support in the freeware version. There was also some nice links behind the link that geek gave.

http://www.clickteam.com/eng/patchmaker.php I don't want any adds and the method that this program works is not what i'm looking for.

http://xdelta.org/ I must test this one, if there ain't no better ones available.

Does the cwRsync need a ssh server installation?

Link to comment
Share on other sites

I'll think that I should take a closer look to that xdelta. It looks like a life safer program and it is open source etc. I'll think that it would be nice if someone can write a simple AutoIT gui for it.

I will post my testings with it here. Maybe I can use vshadow.exe with it to also transfer locked down files.

Tested it a bit and it really rocks, this is what I've been looking for. Here is some usage help.

Make patch: xdelta3.exe -e -s old_file new_file delta_file

Apply patch: xdelta3.exe -d -s old_file delta_file decoded_new_file

Edited by geezery
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...