Deleted Added
full compact
dump.8 (30568) dump.8 (32219)
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.\" $Id: dump.8,v 1.17 1997/10/12 13:10:26 joerg Exp $
34.\" $Id: dump.8,v 1.18 1997/10/19 09:43:08 joerg Exp $
35.\"
36.Dd May 1, 1995
37.Dt DUMP 8
38.Os BSD 4
39.Sh NAME
40.Nm dump
41.Nd filesystem backup
42.Sh SYNOPSIS

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

94(but see also the
95.Fl h
96option below).
97A level number above 0,
98incremental backup,
99tells dump to
100copy all files new or modified since the
101last dump of any lower level.
35.\"
36.Dd May 1, 1995
37.Dt DUMP 8
38.Os BSD 4
39.Sh NAME
40.Nm dump
41.Nd filesystem backup
42.Sh SYNOPSIS

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

94(but see also the
95.Fl h
96option below).
97A level number above 0,
98incremental backup,
99tells dump to
100copy all files new or modified since the
101last dump of any lower level.
102The default level is 9.
102The default level is 0.
103.It Fl B Ar records
104The number of 1 KB blocks per volume.
105This option overrides the calculation of tape size
106based on length and density.
107.It Fl a
108.Dq auto-size .
109Bypass all tape length considerations, and enforce writing
110until an end-of-media indication is returned. This fits best

--- 289 unchanged lines hidden ---
103.It Fl B Ar records
104The number of 1 KB blocks per volume.
105This option overrides the calculation of tape size
106based on length and density.
107.It Fl a
108.Dq auto-size .
109Bypass all tape length considerations, and enforce writing
110until an end-of-media indication is returned. This fits best

--- 289 unchanged lines hidden ---