| ▲ | craftkiller 3 hours ago | |||||||
One instance where rsync's delta merge comes up for me: For all of my virtual machines, I build a bootable live ISO so that way I can cleanly swap out the full ISO with a new one when there are software updates. This means that every time I want to change a config file inside the virtual machine, I end up building a new ISO and rsyncing it to my server. rsync speeds this up significantly since most (but not all) of the ISO is unchanged. | ||||||||
| ▲ | greaber 2 hours ago | parent | next [-] | |||||||
Nice example. Rsync might be better here. Although syq will still avoid copying most of the image if changing the config file just modifies a small number of locations and doesn't globally move data around (like prepending a single byte to the ISO) | ||||||||
| ▲ | dwedge 3 hours ago | parent | prev [-] | |||||||
How do you handle updates this way? Do you mount the iso, update and keep it as an iso? Are all of the virtual machines mostly read only? | ||||||||
| ||||||||