aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-09-18 11:55:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-09-18 11:55:10 +0000
commit8266d476702faafb2467afd308fad40249a195c3 (patch)
treeb369038754c0536266106c3ef544221d64ded305 /sbin/dump
parentbe3253cad8900e2bb72db13502b3797579977560 (diff)
Notes
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.818
1 files changed, 11 insertions, 7 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index cd01a75a6254..6759bdaabdd4 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -453,13 +453,6 @@ program.
Pathname of a remote shell program, if not
.Xr rsh 1 .
.El
-.Sh EXAMPLES
-Dumps the "/u" file system to dvds using growisofs.
-Uses a 16MB cache and creates a snapshot of the dump and records the
-dumpdates file.
-.Bd -literal
-/sbin/dump -0u -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /u
-.Ed
.Sh FILES
.Bl -tag -width /etc/dumpdates -compact
.It Pa /dev/sa0
@@ -480,6 +473,17 @@ to find group
Dump exits with zero status on success.
Startup errors are indicated with an exit code of 1;
abnormal termination is indicated with an exit code of 3.
+.Sh EXAMPLES
+Dumps the
+.Pa /u
+file system to DVDs using
+.Nm growisofs .
+Uses a 16MB cache, creates a snapshot of the dump, and records the
+.Pa dumpdates
+file.
+.Bd -literal
+/sbin/dump -0u -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /u
+.Ed
.Sh DIAGNOSTICS
Many, and verbose.
.Sh SEE ALSO