Deleted Added
full compact
restore.8 (57660) restore.8 (57668)
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
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.\" $FreeBSD: head/sbin/restore/restore.8 57660 2000-03-01 10:40:18Z nik $
33.\" $FreeBSD: head/sbin/restore/restore.8 57668 2000-03-01 11:27:47Z sheldonh $
34.\"
35.Dd May 1, 1995
36.Dt RESTORE 8
37.Os BSD 4
38.Sh NAME
39.Nm restore ,
40.Nm rrestore
41.Nd "restore files or file systems from backups made with dump"

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

183This is useful if the restore has been interrupted.
184.It Fl r
185Restore (rebuild a file system).
186The target file system should be made pristine with
187.Xr newfs 8 ,
188mounted and the user
189.Xr cd Ns 'd
190into the pristine file system
34.\"
35.Dd May 1, 1995
36.Dt RESTORE 8
37.Os BSD 4
38.Sh NAME
39.Nm restore ,
40.Nm rrestore
41.Nd "restore files or file systems from backups made with dump"

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

183This is useful if the restore has been interrupted.
184.It Fl r
185Restore (rebuild a file system).
186The target file system should be made pristine with
187.Xr newfs 8 ,
188mounted and the user
189.Xr cd Ns 'd
190into the pristine file system
191before starting the restoration of the initial level 0 backup. If the
191before starting the restoration of the initial level 0 backup.
192If the
192level 0 restores successfully, the
193.Fl r
194flag may be used to restore
195any necessary incremental backups on top of the level 0.
196The
197.Fl r
198flag precludes an interactive file extraction and can be
199detrimental to one's health if not used carefully (not to mention

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

309from the dump.
310.It Fl m
311Extract by inode numbers rather than by file name.
312This is useful if only a few files are being extracted,
313and one wants to avoid regenerating the complete pathname
314to the file.
315.It Fl N
316Do the extraction normally, but do not actually write any changes
193level 0 restores successfully, the
194.Fl r
195flag may be used to restore
196any necessary incremental backups on top of the level 0.
197The
198.Fl r
199flag precludes an interactive file extraction and can be
200detrimental to one's health if not used carefully (not to mention

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

310from the dump.
311.It Fl m
312Extract by inode numbers rather than by file name.
313This is useful if only a few files are being extracted,
314and one wants to avoid regenerating the complete pathname
315to the file.
316.It Fl N
317Do the extraction normally, but do not actually write any changes
317to disk. This can be used to check the integrity of dump media
318to disk.
319This can be used to check the integrity of dump media
318or other test purposes.
319.It Fl s Ar fileno
320Read from the specified
321.Ar fileno
322on a multi-file tape.
323File numbering starts at 1.
324.It Fl u
325When creating certain types of files, restore may generate a warning

--- 124 unchanged lines hidden ---
320or other test purposes.
321.It Fl s Ar fileno
322Read from the specified
323.Ar fileno
324on a multi-file tape.
325File numbering starts at 1.
326.It Fl u
327When creating certain types of files, restore may generate a warning

--- 124 unchanged lines hidden ---