summaryrefslogtreecommitdiffstats
path: root/sbin/restore/restore.8
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /sbin/restore/restore.8
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'sbin/restore/restore.8')
-rw-r--r--sbin/restore/restore.826
1 files changed, 13 insertions, 13 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index db1c5d2..21db268 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -38,7 +38,7 @@
.Sh NAME
.Nm restore ,
.Nm rrestore
-.Nd "restore files or file systems from backups made with dump"
+.Nd "restore files or filesystems from backups made with dump"
.Sh SYNOPSIS
.Nm
.Fl i
@@ -87,7 +87,7 @@ The
.Nm
command performs the inverse function of
.Xr dump 8 .
-A full backup of a file system may be restored and
+A full backup of a filesystem may be restored and
subsequent incremental backups layered on top of it.
Single files and
directory subtrees may be restored from full or partial
@@ -190,12 +190,12 @@ a full restore
flag below).
This is useful if the restore has been interrupted.
.It Fl r
-Restore (rebuild a file system).
-The target file system should be made pristine with
+Restore (rebuild a filesystem).
+The target filesystem should be made pristine with
.Xr newfs 8 ,
mounted and the user
.Xr cd Ns 'd
-into the pristine file system
+into the pristine filesystem
before starting the restoration of the initial level 0 backup.
If the
level 0 restores successfully, the
@@ -229,7 +229,7 @@ in conjunction with
.Xr newfs 8
and
.Xr dump 8 ,
-may be used to modify file system parameters
+may be used to modify filesystem parameters
such as size or block size.
.It Fl t
The names of the specified files are listed if they occur
@@ -278,7 +278,7 @@ tries to determine the media block size dynamically.
Normally,
.Nm
will try to determine dynamically whether the dump was made from an
-old (pre-4.4) or new format file system. The
+old (pre-4.4) or new format filesystem. The
.Fl c
flag disables this check, and only allows reading a dump in the old
format.
@@ -381,19 +381,19 @@ Most checks are self-explanatory or can ``never happen''.
Common errors are given below.
.Pp
.Bl -tag -width Ds -compact
-.It Converting to new file system format.
-A dump tape created from the old file system has been loaded.
-It is automatically converted to the new file system format.
+.It Converting to new filesystem format.
+A dump tape created from the old filesystem has been loaded.
+It is automatically converted to the new filesystem format.
.Pp
.It <filename>: not found on tape
The specified file name was listed in the tape directory,
but was not found on the tape.
This is caused by tape read errors while looking for the file,
-and from using a dump tape created on an active file system.
+and from using a dump tape created on an active filesystem.
.Pp
.It expected next file <inumber>, got <inumber>
A file that was not listed in the directory showed up.
-This can occur when using a dump created on an active file system.
+This can occur when using a dump created on an active filesystem.
.Pp
.It Incremental dump too low
When doing incremental restore,
@@ -441,7 +441,7 @@ information passed between incremental restores.
.Sh BUGS
.Nm Restore
can get confused when doing incremental restores from
-dumps that were made on active file systems.
+dumps that were made on active filesystems.
.Pp
A level zero dump must be done after a full restore.
Because restore runs in user code,
OpenPOWER on IntegriCloud