Backup

Hallo zusammen,

wie kann ich eine komplette Festplatte auf eine andere Festplatte sichern(inklusive MBR)?
Gibt es hierfür ein Backuptool, welches eventuell auch noch kostenlos ist?
Ich benutze den Suse Linux Office Server.

Danke schon mal im voraus.

mfg
Matthias

Hallo zusammen,

Hi,

wie kann ich eine komplette Festplatte auf eine andere
Festplatte sichern(inklusive MBR)?
Gibt es hierfür ein Backuptool, welches eventuell auch noch
kostenlos ist?

Ist das langweilig:

man dd
dd if=/dev/hda of=/mnt/hdb/hda.img

Besser:

dd if=/dev/zero of=/mnt/hda/hugefile
rm /mnt/hda/hugefile
umount /mnt/hda
dd if=/dev/hda | bzip2 \> /mnt/hdb/hda.img.bz2

Danke schon mal im voraus.

HTH,
Gruss vom Zentrum.

@FAQ-Betreuer:
Huhu,

macht doch daraus mal ne FAQ. Dazu vielleicht noch ein bischen

tar 

und dann steht da ne runde Backup-FAQ :wink: ?!

Gruß
h.

Hi,

wie kann ich eine komplette Festplatte auf eine andere
Festplatte sichern(inklusive MBR)?
Gibt es hierfür ein Backuptool, welches eventuell auch noch
kostenlos ist?

Ist das langweilig:

man dd
dd if=/dev/hda of=/mnt/hdb/hda.img

Besser:

dd if=/dev/zero of=/mnt/hda/hugefile
rm /mnt/hda/hugefile
umount /mnt/hda
dd if=/dev/hda | bzip2 > /mnt/hdb/hda.img.bz2

Danke schon mal im voraus.

HTH,
Gruss vom Zentrum.

1 Like

Huhu,

Hu … Hu? Hallo,

macht doch daraus mal ne FAQ. Dazu vielleicht noch ein bischen

tar

und dann steht da ne runde Backup-FAQ :wink: ?!

ROTFL, glaub mir, wenn es um Backups geht bin ich der denkbar schlechteste Author einer FAQ.

Gruß
h.

Mein ja nur,
Gruss vom Zentrum.