Linux
Read More
Backup harddisk to remote machine
dd bs=1M if=/dev/hda | gzip | ssh user@remote ‘dd of=hda.gz’
A chronological documentation test project, nothing serious, really!
dd bs=1M if=/dev/hda | gzip | ssh user@remote ‘dd of=hda.gz’