On Tue, May 10, 2005 at 05:28:04PM -0400, Jerry McAllister wrote:
> 
>      dump 0auf /mnt/usbdrive/dumps/rootdump.20050510 /
> 
> might be what you want.   That would get you a dump of the whole root
> filesystem.   If you have another file system such as /usr then a second
> part like
> 
>      dump 0auf /mnt/usbdrive/dumps/usrdump.20050510 /usr

To save space, you can compress the dump with bzip2:

      dump 0auf - /usr | bzip2 >/mnt/usbdrive/dumps/usrdump.20050510.bz2

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt

Attachment: pgpQTIWU8gzF4.pgp
Description: PGP signature

Reply via email to