Deleted Added
full compact
dump.8 (57660) dump.8 (57668)
1.\" Copyright (c) 1980, 1991, 1993
2.\" Regents of the University of California.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)dump.8 8.3 (Berkeley) 5/1/95
1.\" Copyright (c) 1980, 1991, 1993
2.\" Regents of the University of California.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\" @(#)dump.8 8.3 (Berkeley) 5/1/95
34.\" $FreeBSD: head/sbin/dump/dump.8 57660 2000-03-01 10:40:18Z nik $
34.\" $FreeBSD: head/sbin/dump/dump.8 57668 2000-03-01 11:27:47Z sheldonh $
35.\"
36.Dd May 1, 1995
37.Dt DUMP 8
38.Os BSD 4
39.Sh NAME
40.Nm dump ,
41.Nm rdump
42.Nd filesystem backup

--- 16 unchanged lines hidden (view full) ---

59.Bx 4.3
60option syntax is implemented for backward compatibility, but
61is not documented here.)
62.Sh DESCRIPTION
63.Nm Dump
64examines files
65on a filesystem
66and determines which files
35.\"
36.Dd May 1, 1995
37.Dt DUMP 8
38.Os BSD 4
39.Sh NAME
40.Nm dump ,
41.Nm rdump
42.Nd filesystem backup

--- 16 unchanged lines hidden (view full) ---

59.Bx 4.3
60option syntax is implemented for backward compatibility, but
61is not documented here.)
62.Sh DESCRIPTION
63.Nm Dump
64examines files
65on a filesystem
66and determines which files
67need to be backed up. These files
67need to be backed up.
68These files
68are copied to the given disk, tape or other
69storage medium for safe keeping (see the
70.Fl f
71option below for doing remote backups).
72A dump that is larger than the output medium is broken into
73multiple volumes.
74On most media the size is determined by writing until an
75end-of-media indication is returned. This can be enforced

--- 325 unchanged lines hidden ---
69are copied to the given disk, tape or other
70storage medium for safe keeping (see the
71.Fl f
72option below for doing remote backups).
73A dump that is larger than the output medium is broken into
74multiple volumes.
75On most media the size is determined by writing until an
76end-of-media indication is returned. This can be enforced

--- 325 unchanged lines hidden ---