Skip to content

Kurztipp: Linux Festplattenimage über SSH sichern

(Alles in einer Zeile:)

server# dd bs=65536 if=/dev/hda | ssh -o Compression=yes user@host "cat > image.img"

  1. liest aus der shell von "server"
  2. mit 64k Blöcken
  3. den Festplatteninhalt von /dev/hda aus
  4. meldet sich dann als user bei host an
  5. und schickt das image via ssh komprimiert über die Leitung
  6. und legt das Image im Homedir des Benutzers user als image.img ab.
Ja, ich steh auf ssh :-).

Trackbacks

No Trackbacks

Comments

Display comments as Linear | Threaded

Hans on :

Herzlichen dank für den "Einzeiler" :-)

Nils on :

Hallo,

mit "dd" wird ja die KOMPLETTE Festplatte gesichert. Gibt es auch eine Möglichkeit nur soviel zu sichern, wie auch Speicher belegt ist?

Gruß,
Nils

Marco on :

Es handelt sich ja um ein Image, also eine 1:1 Kopie. Daher wird das Image natürlich so groß sein, wie die ursprüngliche Platte. Du kannst das Image aber anschließend komprimieren oder gleich CloneZilla verwenden, was das ganze auch noch mit einer Oberfläche und ein paar weiteren Gimmicks kombiniert.

Add Comment

Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.
To leave a comment you must approve it via e-mail, which will be sent to your address after submission.
BBCode format allowed
You can use [geshi lang=lang_name [,ln={y|n}]][/geshi] tags to embed source code snippets.
Form options
tweetbackcheck cronjob