diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-12-23 02:18:01 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-12-23 02:18:01 +0000 |
| commit | 2fa0cf5b469e2f198c6c7909ba75c0697a0131c2 (patch) | |
| tree | 2133e2d5b1f676d2d8b81de480b4589e4cada004 /sbin/dump | |
| parent | fe806fda544c8e212278b32aebdd89e5bb8e12a0 (diff) | |
Notes
Diffstat (limited to 'sbin/dump')
| -rw-r--r-- | sbin/dump/dump.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index b6dda401f3b6..079c456a0322 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -29,7 +29,7 @@ .\" @(#)dump.8 8.3 (Berkeley) 5/1/95 .\" $FreeBSD$ .\" -.Dd March 1, 2002 +.Dd December 22, 2005 .Dt DUMP 8 .Os .Sh NAME @@ -452,6 +452,13 @@ 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 |
