|
|
|
|
|
by linsomniac
162 days ago
|
|
If you want to do similar for block devices: https://github.com/rolffokkens/bdsync I use it to back up a few virtual machines that, in the event of a site loss, would be difficult to rebuild but also critical to getting our developers back to work. I take an LVM snapshot of the VM, then use bdsync to replicate it to our backup server, and from there I replicate it off to backblaze, then destroy the snapshot. |
|