[linux-l] partimage server connect probleme zwischen Knoppix3.2 und RedHat7.3

r.flicker at nexgo.de r.flicker at nexgo.de
Do Mär 27 13:03:40 CET 2003


Hallo,

> > Oder gibt es ein anderes Programm, dass Partitionen (ext3 & ntfs) direkt 
> > auf/von einen(m) Server (samba läuft auch) sichern/einspielen kann?
> 
> hin
> dd if=/dev/hda1 | gzip > /server/via/smb/oder/nfs/rechnername.hda1.gz
> zurueck
> gunzip -c /path/wie/oben | dd of=/dev/hda1
Und über Netzwerk:
Backup:
dd if=/dev/source_partition | bzip2 | ssh user_name at backup_server dd of=backup_file.bz2

Restore:
dd if=backup_file.bz2 | bzip2 -cd | ssh user_name at restore_host dd if=/dev/dest_partition

Grüße

Rainer








Mehr Informationen über die Mailingliste linux-l