Re: dumping the contents of a hard-drive
From: Mike Maltese (mike_at_pcmedx.com)
Date: 10/30/03
- Previous message: Scott Renna: "RE: dumping the contents of a hard-drive"
- In reply to: Scott Renna: "RE: dumping the contents of a hard-drive"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <freebsd-questions@freebsd.org>, <freebsd-newbies@freebsd.org> Date: Wed, 29 Oct 2003 20:30:24 -0800
> What would you guys say would be the best method of dumping a live file
> system and excluding a certain group of directories(namely /tmp and
> /mnt)?
Well, if /tmp is on it's own partition, you can just omit it from your dump
routine. Otherwise, set the nodump flag. See man chflags. You will have to
use the -h option with dump, so you may also want to take a look at the dump
man page.
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Scott Renna: "RE: dumping the contents of a hard-drive"
- In reply to: Scott Renna: "RE: dumping the contents of a hard-drive"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|