On 8/20/05, Carl Lowenstein <[EMAIL PROTECTED]> wrote: > # dd if=/dev/hdb1 | gzip -c > /mnt/60gbPartition/hdb1.gz
Oh yeah, "if=". But as for the -c, I left it out on purpose. The man page for gzip gave this example: cat file1 file2 | gzip > foo.gz So I figured -c wasn't necessary. I'll use it anyway. -todd -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
