Date: Mon, 14 Jan 2002 12:35:32 -0600 From: Jon Hamilton <hamilton@pobox.com> To: "Gary W. Swearingen" <swear@blarg.net> Cc: Mike Meyer <mwm-dated-1011453837.c70e1f@mired.org>, "Brian T.Schellenberger" <bts@babbleon.org>, questions@freebsd.org Subject: Re: HOWTO -- backup onto CDRs? Message-ID: <20020114183532.GA991@woodstock.monkey.net> In-Reply-To: <ukk7ukwzrk.7uk@localhost.localdomain> References: <15426.33499.296182.78699@guru.mired.org> <0ecd43711140e12FE7@mail7.nc.rr.com> <02aad1513140e12FE8@mail8.nc.rr.com> <15426.63500.847866.284422@guru.mired.org> <ukk7ukwzrk.7uk@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
"Gary W. Swearingen" <swear@blarg.net>, said on Mon Jan 14, 2002 [10:31:11 AM]: } A NOTE ON "dump" USAGE: I see a problem with using dump in that the man } page says it doesn't dump files and directories with the "nodump" file } flag set. That seems to mean that to do a backup with confidence, one } would need to run "chflags" on everything one intends to dump. Not a } big problem if one remembers to do it; it just lengthens the process. No; from elsewhere in the dump(8) manpage: -h level Honor the user ``nodump'' flag (UF_NODUMP) only for dumps at or above the given level. The default honor level is 1, so that incremental backups omit such files but full backups retain them. So to effectively "turn off" nodump, just specify -h 0 on the dump command line. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020114183532.GA991>