Deleted Added
sdiff udiff text old ( 25289 ) new ( 35852 )
full compact
1.\" Copyright (c) 1985, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)restore.8 8.4 (Berkeley) 5/1/95
33.\" $Id: restore.8,v 1.10 1997/03/11 12:55:16 peter Exp $
34.\"
35.Dd May 1, 1995
36.Dt RESTORE 8
37.Os BSD 4
38.Sh NAME
39.Nm restore
40.Nd "restore files or file systems from backups made with dump"
41.Sh SYNOPSIS
42.Nm restore
43.Fl i
44.Op Fl chkmvy
45.Op Fl b Ar blocksize
46.Op Fl f Ar file
47.Op Fl s Ar fileno
48.Nm restore
49.Fl R
50.Op Fl ckvy
51.Op Fl b Ar blocksize
52.Op Fl f Ar file
53.Op Fl s Ar fileno
54.Nm restore
55.Fl r
56.Op Fl ckvy
57.Op Fl b Ar blocksize
58.Op Fl f Ar file
59.Op Fl s Ar fileno
60.Nm restore
61.Fl t
62.Op Fl chkvy
63.Op Fl b Ar blocksize
64.Op Fl f Ar file
65.Op Fl s Ar fileno
66.Op file ...
67.Nm restore
68.Fl x
69.Op Fl chkmvy
70.Op Fl b Ar blocksize
71.Op Fl f Ar file
72.Op Fl s Ar fileno
73.Op file ...
74.Pp
75.in -\\n(iSu
76(The
77.Bx 4.3

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

311This is useful if only a few files are being extracted,
312and one wants to avoid regenerating the complete pathname
313to the file.
314.It Fl s Ar fileno
315Read from the specified
316.Ar fileno
317on a multi-file tape.
318File numbering starts at 1.
319.It Fl v
320Normally
321.Nm restore
322does its work silently.
323The
324.Fl v
325(verbose)
326flag causes it to type the name of each file it treats

--- 112 unchanged lines hidden ---