diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-25 16:56:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-25 16:56:33 +0000 |
commit | 638426b45c9c2d83b90ba265b82e91f29778e33f (patch) | |
tree | 34dce7555856393eaa8bf7435de3f0729eb74885 /sbin | |
parent | 5bd552c5e23cc31b2d1fb53d7cf63863e33d3515 (diff) |
shuffle the text slightly into a more logical order;
Diffstat (limited to 'sbin')
-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, |