I'd like to find out if its possible to do a byte level backup of vdi files using clonehd or any other free utility?
The files are getting pretty big and it would be great just to append file changes on a byte level instead of replacing the whole file.
I'm currently using robocopy to copy my vdi files to an external hdd but its just doing a replace if the file changed.
I've also tried programs like rsync and unison.
It seems like if rsync detects that you're copying locally it switches to replacing the entire file.
Unison on the other hand took me 3 hours to copy the file where a normal copy and paste takes 35mins.. weird.
I might be completely misunderstanding the process of how a byte level copy works and its probably faster to replace a file if it sits locally? *im.a_noob*
Thanks in advance!