[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HD von Rettungssystem komplett sichern



> 
> Letzteres ist wohl das kleinste Problem. Um Nummer zwei kümmert sich das
> wohl das Backup-Programm. Beim ersten bin ich noch etwas ratlos.
> 
> Welche Programme und Vorgehensweise könnt ihr empfehlen?

Sichere die komplette Platte.

dd if=/dev/sda bs=2048 |ssh user@zielhost "cat > /pfad/zum/image"

oder mit Kompression

dd if=/dev/sda bs=2048 |gzip|ssh user@zielhost "cat\ >/pfad/zum/image.gz"


HTH
Frank


Reply to: