summaryrefslogtreecommitdiffstats
path: root/sbin/restore
diff options
context:
space:
mode:
authorunfurl <unfurl@FreeBSD.org>2000-02-17 02:15:18 +0000
committerunfurl <unfurl@FreeBSD.org>2000-02-17 02:15:18 +0000
commite3f028acc0a7ebad3eb00303b0de95648e28a475 (patch)
tree52bb2dee2e220110ae42a18ad5169f5efb972daf /sbin/restore
parent5a4c9a9fe5db8561564d3ad32683a97f8db8b490 (diff)
downloadFreeBSD-src-e3f028acc0a7ebad3eb00303b0de95648e28a475.zip
FreeBSD-src-e3f028acc0a7ebad3eb00303b0de95648e28a475.tar.gz
Committed changes to restore(8) for previously undocumented -N option.
PR: 15600 Reviewed by: jim
Diffstat (limited to 'sbin/restore')
-rw-r--r--sbin/restore/restore.814
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 71850e9..da9c1fb 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -42,32 +42,32 @@
.Sh SYNOPSIS
.Nm restore
.Fl i
-.Op Fl chkmuvy
+.Op Fl chkmNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm restore
.Fl R
-.Op Fl ckuvy
+.Op Fl ckNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm restore
.Fl r
-.Op Fl ckuvy
+.Op Fl ckNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm restore
.Fl t
-.Op Fl chkuvy
+.Op Fl chkNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Op file ...
.Nm restore
.Fl x
-.Op Fl chkmuvy
+.Op Fl chkmNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
@@ -312,6 +312,10 @@ Extract by inode numbers rather than by file name.
This is useful if only a few files are being extracted,
and one wants to avoid regenerating the complete pathname
to the file.
+.It Fl N
+Do the extraction normally, but do not actually write any changes
+to disk. This can be used to check the integrity of dump media
+or other test purposes.
.It Fl s Ar fileno
Read from the specified
.Ar fileno
OpenPOWER on IntegriCloud