summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 14:00:19 +0000
committerdd <dd@FreeBSD.org>2001-07-15 14:00:19 +0000
commitf07b174fb3b3d3eaf87e50929ec1bd9deaab4f64 (patch)
tree1b9602924f01098b83f4efed030a008b86f638e0 /sbin/dump
parent3e93a911a801ddfdebf62ba5441a81f11683fef3 (diff)
downloadFreeBSD-src-f07b174fb3b3d3eaf87e50929ec1bd9deaab4f64.zip
FreeBSD-src-f07b174fb3b3d3eaf87e50929ec1bd9deaab4f64.tar.gz
Sort options in DESCRIPTION.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.828
1 files changed, 14 insertions, 14 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index 26c5a67..71f2d5b 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -103,10 +103,6 @@ tells dump to
copy all files new or modified since the
last dump of any lower level.
The default level is 0.
-.It Fl B Ar records
-The number of 1 KB blocks per volume.
-This option overrides the calculation of tape size
-based on length and density.
.It Fl a
.Dq auto-size .
Bypass all tape length considerations, and enforce writing
@@ -115,21 +111,15 @@ for most modern tape drives. Use of this option is particularly
recommended when appending to an existing tape, or using a tape
drive with hardware compression (where you can never be sure about
the compression ratio).
+.It Fl B Ar records
+The number of 1 KB blocks per volume.
+This option overrides the calculation of tape size
+based on length and density.
.It Fl b Ar blocksize
The number of kilobytes per dump record.
.It Fl c
Change the defaults for use with a cartridge tape drive, with a density
of 8000 bpi, and a length of 1700 feet.
-.It Fl h Ar level
-Honor the user
-.Dq nodump
-flag
-.Pq Dv UF_NODUMP
-only for dumps at or above the given
-.Ar level .
-The default honor level is 1,
-so that incremental backups omit such files
-but full backups retain them.
.It Fl D Ar dumpdates
Specify an alternate path to the
.Pa dumpdates
@@ -173,6 +163,16 @@ program is
.Pa /etc/rmt ;
this can be overridden by the environment variable
.Ev RMT .
+.It Fl h Ar level
+Honor the user
+.Dq nodump
+flag
+.Pq Dv UF_NODUMP
+only for dumps at or above the given
+.Ar level .
+The default honor level is 1,
+so that incremental backups omit such files
+but full backups retain them.
.It Fl k
Use Kerberos authentication to talk to remote tape servers. (Only
available if this option was enabled when
OpenPOWER on IntegriCloud