sichert fsarchiver (fs-archiver) auch den Bootsector wie partimage oder dd mit?
Befehl bei dd:
Code: Alles auswählen
dd if=/dev/hda bs=512 count=1 of=./mbr-backup.bin
AxelMD
Code: Alles auswählen
dd if=/dev/hda bs=512 count=1 of=./mbr-backup.bin
Weißt Du evtl. auch, warum, z. B. partimage, partimage arbeitet auf Sektorebene, kein ext4 gesichtert werden kann?
mfgPartimage will only copy data from the used portions of the partition. (This is why it only works for supported filesystem). For speed and efficiency, free blocks are not written to the image file. This is unlike other commands, which also copy unused blocks. Since the partition is processed on a sequential sector basis disk transfer time is maximized and seek time is minimized ,Partimage also works for very full partitions. For example, a full 1 GB partition may be compressed with d own to 400MB.