14383 shaares
5331 private links
5331 private links
I just made a backup of an entire hard drive (50GB) over ssh via:
dd if=/dev/hda | buffer -s 64k -S 10m | ssh myuser@myhost "cat > ~/image.img"
What's now the best way to check the integrity ...