aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/restore.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/restore.8')
-rw-r--r--sbin/restore/restore.846
1 files changed, 23 insertions, 23 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 1d5776021272..938de5f5f7a3 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -367,6 +367,24 @@ preceded by its file type.
Do not ask the user whether to abort the restore in the event of an error.
Always try to skip over the bad block(s) and continue.
.El
+.Sh ENVIRONMENT
+.Bl -tag -width ".Ev TMPDIR"
+.It Ev TAPE
+Device from which to read backup.
+.It Ev TMPDIR
+Name of directory where temporary files are to be created.
+.El
+.Sh FILES
+.Bl -tag -width "./restoresymtable" -compact
+.It Pa /dev/sa0
+the default tape drive
+.It Pa /tmp/rstdir*
+file containing directories on the tape.
+.It Pa /tmp/rstmode*
+owner, mode, and time stamps for directories.
+.It Pa \&./restoresymtable
+information passed between incremental restores.
+.El
.Sh DIAGNOSTICS
The
.Nm
@@ -438,29 +456,16 @@ After a dump read error,
may have to resynchronize itself.
This message lists the number of blocks that were skipped over.
.El
-.Sh FILES
-.Bl -tag -width "./restoresymtable" -compact
-.It Pa /dev/sa0
-the default tape drive
-.It Pa /tmp/rstdir*
-file containing directories on the tape.
-.It Pa /tmp/rstmode*
-owner, mode, and time stamps for directories.
-.It Pa \&./restoresymtable
-information passed between incremental restores.
-.El
-.Sh ENVIRONMENT
-.Bl -tag -width ".Ev TMPDIR"
-.It Ev TAPE
-Device from which to read backup.
-.It Ev TMPDIR
-Name of directory where temporary files are to be created.
-.El
.Sh SEE ALSO
.Xr dump 8 ,
.Xr mount 8 ,
.Xr newfs 8 ,
.Xr rmt 8
+.Sh HISTORY
+The
+.Nm
+utility appeared in
+.Bx 4.2 .
.Sh BUGS
The
.Nm
@@ -502,8 +507,3 @@ be the same across different processes.
In all other cases, the files are unique because it is possible to
have two different dumps started at the same time, and separate
operations shouldn't conflict with each other.
-.Sh HISTORY
-The
-.Nm
-utility appeared in
-.Bx 4.2 .