VDI on remote server - script to copy back and forth?
Posted: 28. Oct 2009, 23:54
This is what Id like to Do:
VDI image: stored on remote fileserver
Script that copies the VDI image from the fileserver to my local machine.
When I am done with using it, I can turn it off, and then run a new script that updates the VDI on the fileserver with all changes.
This of course is "easy" to do, problem is a 8GB VDI image will take a bit to copy over. Is there any way to just copy over the changes?
If i put the single file in a GIT repository, do you think it would correctly update only the changes? what about using dd.exe to run a comparision and then a change?
Is this possible at all even!?
VDI image: stored on remote fileserver
Script that copies the VDI image from the fileserver to my local machine.
When I am done with using it, I can turn it off, and then run a new script that updates the VDI on the fileserver with all changes.
This of course is "easy" to do, problem is a 8GB VDI image will take a bit to copy over. Is there any way to just copy over the changes?
If i put the single file in a GIT repository, do you think it would correctly update only the changes? what about using dd.exe to run a comparision and then a change?
Is this possible at all even!?