Re: Final word on Drive "ghosting" apps for Linux?
"Wesley J. Landaker" <[email protected]> Tue, 12 Aug 2008 16:46:06 -0600
| Newsgroups | gmane.org.user-groups.nmlug |
|---|---|
| Organization | icecavern.net |
| Message-ID | <[email protected]> |
On Monday 11 August 2008 11:54:21 Eric Krieger wrote: > sudo dd bs=15M if=/dev/sda conv=sync,noerror | ssh user@dest "gzip -9 > /path/to/image/linux.img.gz" This will run a lot faster if you gzip it before sending it over the network, e.g.: sudo dd bs=15M if=/dev/sda conv=sync,noerror | gzip -9 | ssh user@dest "cat > /path/to/image/linux.img.gz" -- Wesley J. Landaker <[email protected]> <xmpp:[email protected]> OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2 _______________________________________________ NMLUG mailing list [email protected] http://lists.b9.com/cgi-bin/mailman/listinfo/nmlug
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkiiEq8ACgkQ8KmKTEzW49JLUQCfel5r+vf9OA7VTgRRfwlOWoBj 7BAAnigepHfbbzn2gzON1FWPZlhBcdSa =0ZOD -----END PGP SIGNATURE-----