diff options
author | 2007-02-25 16:56:32 +0000 | |
---|---|---|
committer | 2007-02-25 16:56:32 +0000 | |
commit | 231ed2be1059e9b5173e2e491993cd7daa26dd40 (patch) | |
tree | f0251f28d8be5f4867d669aae71abdf7d763bc30 | |
parent | the -W and -w flags do not need a separate synopsis; (diff) | |
download | wireguard-openbsd-231ed2be1059e9b5173e2e491993cd7daa26dd40.tar.xz wireguard-openbsd-231ed2be1059e9b5173e2e491993cd7daa26dd40.zip |
shuffle the text slightly into a more logical order;
-rw-r--r-- | sbin/dump/dump.8 | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 7f803873b81..f43d72e3813 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.39 2007/02/25 16:48:46 jmc Exp $ +.\" $OpenBSD: dump.8,v 1.40 2007/02/25 16:56:32 jmc Exp $ .\" $NetBSD: dump.8,v 1.17 1997/06/05 11:15:06 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -66,16 +66,6 @@ This can be enforced by using the .Fl a option. .Pp -Files can be marked with the -.Dq nodump -flag using -.Xr chflags 1 , -settable only by the file's owner or the superuser. -Files with this flag set will only be dumped during full backups. -See also the -.Fl h -option, below. -.Pp .Nm works across networks, replacing the functionality of the old @@ -89,6 +79,16 @@ See the .Fl f option for more on writing backups to remote hosts. .Pp +Files can be marked with the +.Dq nodump +flag using +.Xr chflags 1 , +settable only by the file's owner or the superuser. +Files with this flag set will only be dumped during full backups. +See also the +.Fl h +option, below. +.Pp On media that cannot reliably return an end-of-media indication (such as some cartridge tape drives), each volume is of a fixed size; @@ -97,18 +97,6 @@ block count options below. By default, the same output file name is used for each volume after prompting the operator to change media. .Pp -.Ar files-to-dump -is either a mountpoint of a filesystem -or a list of files and directories on a single filesystem to be backed -up as a subset of the filesystem. -In the former case, either the path to a mounted filesystem -or the device of an unmounted filesystem can be used. -In the latter case, certain restrictions are placed on the backup: -.Fl u -is ignored, the only dump level that is supported is -.Fl 0 , -and all of the files must reside on the same filesystem. -.Pp Rewinding or ejecting tape features after a close operation on a tape device depend on the name of the tape unit device used. See the @@ -282,6 +270,18 @@ Same as but prints only those filesystems which need to be dumped. .El .Pp +.Ar files-to-dump +is either a mountpoint of a filesystem +or a list of files and directories on a single filesystem to be backed +up as a subset of the filesystem. +In the former case, either the path to a mounted filesystem +or the device of an unmounted filesystem can be used. +In the latter case, certain restrictions are placed on the backup: +.Fl u +is ignored, the only dump level that is supported is +.Fl 0 , +and all of the files must reside on the same filesystem. +.Pp .Nm requires operator intervention on these conditions: end of tape, |