Gesammte Festplatte als Image sichern
Christian Ordig
chr.ordig at gmx.net
Mon Dec 29 17:11:19 CET 2003
On Sat, Dec 27, 2003 at 05:26:34PM +0100, Johannes Goecke wrote:
> PS:
> man kann dd auch on the fly Komprimieren (ungetestet)
>
> backup:
> dd if=/dev/hda | gzip | cat - > imagefile.bin.gz
hmmm ...
dd if=/dev/hda | gzip > imagefile.gz
erscheint doch irgendwie sinnvoller.
> restore:
> zcat imagefile.bin.gz | gunzip | dd of=/dev/hda
ok ... und welchen Zweck erfuellt Deiner Meinung nach zcat, dass Du da
noch ein gunzip in die Pipeline schreibst?
zcat imagefile.gz | dd of=/dev/hda
reicht vollkommen.
--
Christian Ordig
Germany
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lug-owl.de/pipermail/linux/attachments/20031229/75a6aa0e/attachment.sig>
More information about the Linux
mailing list