Daten sichern / synchronisieren
Aus Mein Wiki
Sebra (Diskussion | Beiträge) |
Sebra (Diskussion | Beiträge) |
||
Zeile 55: | Zeile 55: | ||
* client: linux, unix, mac, windows | * client: linux, unix, mac, windows | ||
* server: linux | * server: linux | ||
+ | |||
+ | = Images als Sicherung = | ||
+ | == CloneZilla == | ||
+ | * http://www.clonezilla.org | ||
+ | |||
+ | * Tipp: Wenn bei der Wiederherstellung die Ursprungs-Partition (sda5) nicht (mehr) der Zielpartition (sda6) entspricht müssen ein Paar Änderungen im Image-Ordner vorgenommen werden: | ||
+ | ** Fehler: | ||
+ | if you are restoring the image of partition to different partition | ||
+ | ** Image zur Sicherheit kopieren: | ||
+ | *** $ cp -a /home/partimag/my-image /home/partimage/my-image-new | ||
+ | ** Now we have to change some files in /home/partimage/my-image-new, | ||
+ | mv /home/partimag/my-image-new/sda5.ext4-ptcl-img.gz.aa /home/partimag/my-image-new/sda6.ext4-ptcl-img.gz.aa | ||
+ | mv /home/partimag/my-image-new/sda5.ext4-ptcl-img.gz.ab /home/partimag/my-image-new/sda6.ext4-ptcl-img.gz.ab | ||
+ | ** Modify the content of /home/partimage/my-image-new/parts, replace "sda5" with "sda6". | ||
+ | *** $ nano /home/partimage/my-image-new/parts | ||
+ | ** Dann kann der Vorgang neugestartet werden. In /tmp/ liegt ein Script zum neustarten, wenn man zuvor zum Fehler (s.o.) kam. Allerdings muss man dort den Pfad zum Image auf das ...-new -Verzeichnis ändern. | ||
+ | ** Source: http://drbl.org/faq/fine-print.php?path=./2_System/102_restore_image_to_different_partition.faq#102_restore_image_to_different_partition.faq |