I have a large file (~20 GB, VirtualBox VM of Windows XP) that I would like to clone to a second computer and then keep synchronized, 1-way, from the primary computer.

Is there a generic way of updating only the changed parts of a binary file?

If there is not a generic tool, is there a specific way to do this for VirtualBox?

link|improve this question

60% accept rate
feedback

1 Answer

up vote 1 down vote accepted

How about, well, rsync? It uses a block delta transfer algorithm by default.

link|improve this answer
You are right. I didn't know rsync worked with binary files. – mankoff Mar 18 '11 at 7:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.