Re: dump exept dir

2003-03-02 Thread dick hoogendijk
On 01 Mar Scott Mitchell wrote:
 Check out the 'nodump' option to chflags(8) and the '-h' option to dump.
 You'll need to specify '-h0' on the dump command line for nodump to be
 honoured for a level 0 dump.

My reply and thanks on this message goes for all other helpfull answers
as well. Thanks guys. It covers my question 100%

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: dump exept dir

2003-03-01 Thread Scott Mitchell
On Sat, Mar 01, 2003 at 06:56:10PM +0100, Dick Hoogendijk wrote:
 I want to dump a mountpoint *EXEPT* for a specific directory (a vmware
 windows machine). The manual talks about skipping inodes (or the
 directory inode) but I'm a bit confused on this matter.
 
 How exactly do I skip a complete directory in dump?

Check out the 'nodump' option to chflags(8) and the '-h' option to dump.
You should be able to set the nodump flag on your vmware directory and have
dump ignore it and everything below it.  You'll need to specify '-h0' on
the dump command line for nodump to be honoured for a level 0 dump.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message