Conversation

░▒▓█ 𝕘Rαᐯ𝕀т𝐀ѕ █▓▒░

Today I learned how to backup my entire VPS disk image with dd over ssh. The plan is to then boot it in qemu for testing and breaking things.

sudo dd if=/dev/vda bs=4M conv=noerror,sync | pv | zstd -T0 | ssh gravitas@10.8.0.2 "zstd -d | dd of=/storage/zion_vda.img bs=4M"

0
0
1