From 63577134263d24b27c3986750d5da359f6f579d1 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 10 Feb 2002 22:14:09 +0000 Subject: [PATCH] Make it clear that dump(8)'s honoring of the UF_NODUMP flag is subject to the -h option. While here, xref chflags(1). PR: 33907 Submitted by: Gary W. Swearingen --- sbin/dump/dump.8 | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 71f2d5ba343..8e633999484 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -264,21 +264,14 @@ exits immediately. Is like W, but prints only those filesystems which need to be dumped. .El .Pp -.Nm Dump -honors the user +Directories and regular files which have their .Dq nodump flag .Pq Dv UF_NODUMP -on regular files and directories. -If a directory is marked -.Dq nodump , -the latter and all files and directories under it will not be backed -up. -That is, -.Nm -propagates the -.Dq nodump -flag on directories. +set will be omitted along with everything under such directories, +subject to the +.Fl h +option. .Pp .Nm Dump requires operator intervention on these conditions: @@ -386,6 +379,7 @@ to find group .Em operator .El .Sh SEE ALSO +.Xr chflags 1 , .Xr fstab 5 , .Xr restore 8 , .Xr rmt 8 -- 2.45.2