diff options
author | steve <steve@FreeBSD.org> | 1998-01-03 20:26:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-01-03 20:26:15 +0000 |
commit | 1d1ac8309373323450757a114f5bea252b4a478f (patch) | |
tree | 39dbbd93793b2358b9bd7db88615173fb9b8f63e /sbin/dump | |
parent | 5827120f0a6321787ecc1598a0a72204e7169828 (diff) | |
download | FreeBSD-src-1d1ac8309373323450757a114f5bea252b4a478f.zip FreeBSD-src-1d1ac8309373323450757a114f5bea252b4a478f.tar.gz |
The default dumplevel is 0.
PR: 5413
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/dump.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index ab2f857..7476a93 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 -.\" $Id: dump.8,v 1.17 1997/10/12 13:10:26 joerg Exp $ +.\" $Id: dump.8,v 1.18 1997/10/19 09:43:08 joerg Exp $ .\" .Dd May 1, 1995 .Dt DUMP 8 @@ -99,7 +99,7 @@ incremental backup, tells dump to copy all files new or modified since the last dump of any lower level. -The default level is 9. +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 |