1. Computer mit Knoppix ohne graphische Oberfäche starten
  2. SLAVE (Ziel)
    • nc -l -p 9000 | dd of=/dev/sda[x] > x=Partitionsnummer
  3. MASTER (Quelle)
    • gunzip < eg.gz | nc -q 5 192.168.100.x 9000