Home | History | Annotate | Download | only in restore
History log of /src/sbin/restore/restore.8
RevisionDateAuthorComments
 1.56  18-Jul-2018  wiz Remove superfluous macro.
 1.55  15-Jul-2018  dholland Document what rrestore is (was once) for. PR 53442.
CVS: ----------------------------------------------------------------------
 1.54  03-Jul-2017  wiz branches: 1.54.4; 1.54.6;
Remove workaround for ancient HTML generation code.
 1.53  30-Mar-2013  rodent s/user code/user mode/1
 1.52  30-Jan-2009  enami branches: 1.52.8; 1.52.14;
Use indent-synopsis instead of iS register. The latter is a register
used in BSD derived .Nm implementation.
 1.51  30-Apr-2007  tron Bump date because of last change.
 1.50  30-Apr-2007  tron Improve example of restoring a complete filesystem with "restore -r":
- NetBSD's "newfs" doesn't accept a second (non-option) argument.
Patch provided by Jeff Ito in PR bin/36241.
- Use "sd0" instead of "rp0" because NetBSD's doesnt have a disk driver
called "rp".
- Use "/dev/rst0" instead of "/dev/rst8". With NetBSD's device numbering
scheme a system would have to have 9 tape drives to get "/dev/rst8".
 1.49  11-Jan-2005  wiz branches: 1.49.2; 1.49.10;
Bump date for recent changes.
 1.48  08-Jan-2005  fredb Make a judicious choice as to whether to apply the permissions
of the root inode of the dump to the current working directory,
rather than interrogate the user. Closes PR bin/24690. Reviewed
by bouyer, tron, imp.
 1.47  24-Oct-2004  wiz Sort options.
 1.46  23-Oct-2004  snj Kill trailing whitespace introduced in the last revision.
 1.45  23-Oct-2004  snj Bump date for last, fix a spelling error, sprinkle some Dq, change
some wording.
 1.44  22-Oct-2004  bouyer Add an option (-M) to write a mtree specification (which needs to be passed
through sort before being feed to mtree) with file flags, instead of restoring
file flags at the same time as other attributes. Fix various issue with
schg, uchg, sappnd or uappnd flags which cause restore to fail in some case.
Discussed on tech-userlevel:
http://mail-index.netbsd.org/tech-userlevel/2004/10/12/0000.html
 1.43  27-Jul-2004  wiz Add -D to usage; shorten -b argument for usage's sake; format usage.
Man page nits.
 1.42  27-Jul-2004  enami Add -D flag which computes the digest of each regular files in the archive
using specified algorithm (currently md5, rmd160 or sha1) and write them
to standard output.
 1.41  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.
 1.40  30-Jun-2003  wiz Quote punctuation so it gets marked up.
 1.39  26-May-2003  lukem * Document $RCMD_CMD in environ(7).
* Cross-reference rcmd(1), rcmd(3), and environ(7) as appropriate.

Should fix [bin/21670] from Geoff Wing.
 1.38  25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.37  04-Feb-2003  perry "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
 1.36  21-Dec-2002  wiz system with two ss, from Adrian Mrva.
 1.35  08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.34  07-Dec-2001  wiz One '\' too many.
 1.33  16-Nov-2001  wiz Sort sections, use .Ic for a non-NetBSD program instead of .Xr.
 1.32  05-Jun-2001  wiz Drop arguments of .Os.
 1.31  09-Jun-2000  enami Force -t or -N flag disables -u flag (but -t case is just for sanity).
 1.30  23-May-2000  enami branches: 1.30.2;
Make sure that sentences end at the end of source line for better
formatted output.
 1.29  19-Nov-1999  enami Keep SEE ALSO list in alphabetical order.
 1.28  19-Nov-1999  enami Use .Ar macro for the files to be extracted.
 1.27  19-Nov-1999  enami Don't pass so many args to .Nd macro. It just overflows.
 1.26  01-Jul-1999  abs branches: 1.26.4;
Note the default tape device is taken from _PATH_DEFTAPE in /usr/include/paths.h
 1.25  28-Jun-1999  abs Default device is nrst0 not rst0
 1.24  27-Jul-1998  msaitoh branches: 1.24.2;
fix a small bug.
 1.23  24-Jun-1998  christos Add an unlink (-u) flag so that we can use this for installs.
 1.22  29-Apr-1998  fair fix bad .Xr references
 1.21  10-Jan-1998  enami Document some undocumented options (-d and -N) and commands
in interactive mode (?, xit and Debug).
 1.20  10-Jan-1998  enami Fix a typo; s/Complaints/Complains/ (pointed by Mike Long).
 1.19  11-Nov-1997  mrg add missing .Nm sections.
 1.18  20-Oct-1997  enami branches: 1.18.2;
Fix .Nm usage.
 1.17  16-Sep-1997  lukem resolve conflicts from lite-2 merge
 1.16  15-Sep-1997  lukem * cleanup for WARNS=1
* fix use of .Nm
 1.15  01-Jul-1997  lukem Support using $TMPDIR for rst{dir,modes}* files, so that large
restores can be done on machines with small /tmp's by setting TMPDIR
elsewhere. This shouldn't be a security issue as restore(8) isn't
set?id anymore.
 1.14  15-Apr-1997  lukem use _PATH_DEFTAPE from <paths.h> instead of "pathnames.h"
cleanup references/examples to use /dev/rst* instead of /dev/rmt*
minor .Nm usage cleanup in man page
 1.13  24-Dec-1996  mikel remove mkfs(8) xref; PR 3041
 1.12  24-Oct-1996  lukem use unique temporary files for all operations except 'r' and 'R', which still
base temp files on dumpdate. explain why in the man page. fixes [bin/2870]
 1.11  02-Feb-1996  phil Add /dev/rst* to FILES section. (pr 601) (Matches mt man page.)
 1.10  02-Feb-1996  phil Change default tape name in documentation from /dev/rmt? to /dev/rmt8 to
match pathnames.h. (pr #601)
 1.9  18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.8  21-Feb-1995  mycroft Document the getopt(3) option syntax, and some other documentation cleanup.
 1.7  28-Dec-1994  mycroft Mostly sync with CSRG.
 1.6  08-Jun-1994  mycroft Update from 4.4-Lite, with local changes.
 1.5  14-Jan-1994  jtc Fix spelling errors
 1.4  22-Dec-1993  cgd new version from CSRG, via BSDI, with fixes
 1.3  05-Oct-1993  jtc Make sure all items in the SEE ALSO list are comma separated
 1.2  01-Aug-1993  mycroft Add RCS indentifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.3  16-Sep-1997  lukem imported from lite-2
 1.1.1.2  13-Jun-1994  mycroft Import 4.4-Lite version.
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.18.2.1  11-Nov-1997  mrg pull up from trunk: add missing .Nm sections.
 1.24.2.1  02-Jul-1999  perry pullup 1.24->1.25 (abs): Correct default device from /dev/rst0 to /dev/nrst0
 1.26.4.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.30.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.49.10.1  30-Apr-2007  bouyer Pull up following revision(s) (requested by tron in ticket #600):
sbin/restore/restore.8: revisions 1.50, 1.51
Improve example of restoring a complete filesystem with "restore -r":
- NetBSD's "newfs" doesn't accept a second (non-option) argument.
Patch provided by Jeff Ito in PR bin/36241.
- Use "sd0" instead of "rp0" because NetBSD's doesnt have a disk driver
called "rp".
- Use "/dev/rst0" instead of "/dev/rst8". With NetBSD's device numbering
scheme a system would have to have 9 tape drives to get "/dev/rst8".
Bump date because of last change.
 1.49.2.1  27-May-2007  bouyer Pull up following revision(s) (requested by tron in ticket #1771):
sbin/restore/restore.8: revisions 1.50 - 1.51
Improve example of restoring a complete filesystem with "restore -r":
- NetBSD's "newfs" doesn't accept a second (non-option) argument.
Patch provided by Jeff Ito in PR bin/36241.
- Use "sd0" instead of "rp0" because NetBSD's doesnt have a disk driver
called "rp".
- Use "/dev/rst0" instead of "/dev/rst8". With NetBSD's device numbering
scheme a system would have to have 9 tape drives to get "/dev/rst8".
Bump date because of last change.
 1.52.14.1  23-Jun-2013  tls resync from head
 1.52.8.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.54.6.1  10-Jun-2019  christos Sync with HEAD
 1.54.4.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed