Deleted Added
full compact
dump.8 (70152) dump.8 (73375)
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 70152 2000-12-18 15:16:24Z ru $
34.\" $FreeBSD: head/sbin/dump/dump.8 73375 2001-03-03 11:35:50Z obrien $
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

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

238option is set, all other options are ignored, and
239.Nm
240exits immediately.
241.It Fl w
242Is like W, but prints only those filesystems which need to be dumped.
243.El
244.Pp
245.Nm Dump
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

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

238option is set, all other options are ignored, and
239.Nm
240exits immediately.
241.It Fl w
242Is like W, but prints only those filesystems which need to be dumped.
243.El
244.Pp
245.Nm Dump
246honors the user
247.Dq nodump
248flag
249.Pq Dv UF_NODUMP
250on regular files and directories.
251If a directory is marked
252.Dq nodump ,
253the latter and all files and directories under it will not be backed
254up.
255That is,
256.Nm
257propagates the
258.Dq nodump
259flag on directories.
260.Pp
261.Nm Dump
246requires operator intervention on these conditions:
247end of tape,
248end of dump,
249tape write error,
250tape open error or
251disk read error (if there are more than a threshold of 32).
252In addition to alerting all operators implied by the
253.Fl n

--- 147 unchanged lines hidden ---
262requires operator intervention on these conditions:
263end of tape,
264end of dump,
265tape write error,
266tape open error or
267disk read error (if there are more than a threshold of 32).
268In addition to alerting all operators implied by the
269.Fl n

--- 147 unchanged lines hidden ---