Problemstellung:
Lösung:
$ dd if=/dev/hda bs=5M | gzip -c | ssh user@remotehost "cat > image.gz"
$ ssh user@remotehost "gzip -d -c image.gz" | dd of=/dev/hda