aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/dump.8
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-2/+2
| | | | Notes: svn path=/head/; revision=70152
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
| | | | Notes: svn path=/head/; revision=68960
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
| | | | Notes: svn path=/head/; revision=68575
* Update device name.Kris Kennaway2000-05-071-1/+1
| | | | Notes: svn path=/head/; revision=60132
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57668
* Remove xrefs to obsolete ft driver.Nik Clayton2000-03-011-1/+0
| | | | | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Notes: svn path=/head/; revision=57660
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
| | | | | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead. Notes: svn path=/head/; revision=56407
* Add `.Nm rdump' to NAME section.Alexey Zelkin2000-01-101-1/+2
| | | | Notes: svn path=/head/; revision=55760
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Change rst0 into rsa0.Ollivier Robert1998-09-221-4/+4
| | | | Notes: svn path=/head/; revision=39559
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-151-20/+21
| | | | Notes: svn path=/head/; revision=36997
* Fix minor typo.Steve Price1998-05-101-2/+2
| | | | | | | | PR: 6571 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=35911
* The default dumplevel is 0.Steve Price1998-01-031-2/+2
| | | | | | | | PR: 5413 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> Notes: svn path=/head/; revision=32219
* Fix the man page description about what will go into an incrementalJoerg Wunsch1997-10-191-2/+2
| | | | | | | | | | backup. PR: docs/4785 Submitted by: Matthew Dillon Notes: svn path=/head/; revision=30568
* The unit for the B option is 1 KB, not `dump records'.Joerg Wunsch1997-10-121-2/+2
| | | | | | | PR: docs/4223 Notes: svn path=/head/; revision=30338
* Remove the reference to the nonexistant dump(5) manpage.Steve Price1997-08-231-2/+1
| | | | | | | PR: docs/3704 Notes: svn path=/head/; revision=28633
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-291-2/+7
| | | | | | | | | | options one would normally expect to set the realm, enable encryption, and whatnot, but this actually is able to contact the remote server, so at least it's a start. (As a bonus, the stripped static binary is unquestionably exportable.) Notes: svn path=/head/; revision=25288
* Document the -a option in .Fl form instead of .Cm form to be consistantPeter Wemm1997-03-151-2/+2
| | | | | | | | with the rest of the manpage. (Lite2 documents it in getopt form, Lite1 did it in old-style arg format) Notes: svn path=/head/; revision=23892
* Merge Lite2 changes (rather bigish, the dump/restore folks should check)Peter Wemm1997-03-111-47/+63
| | | | Notes: svn path=/head/; revision=23672
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Removed default setuid and added a comment to the manpage explaining this.Eivind Eklund1997-02-091-0/+6
| | | | Notes: svn path=/head/; revision=22505
* Add the `a' option (``auto-size'') to bypass all tape lengthJoerg Wunsch1997-02-011-6/+23
| | | | | | | considerations, and dump right to the end of medium. Notes: svn path=/head/; revision=22192
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-3/+4
| | | | Notes: svn path=/head/; revision=21635
* Backing out my change of /etc/rmt -> /usr/sbin/rmt.David E. O'Brien1996-12-291-1/+2
| | | | | | | | | | Added comments in both files stateing why /etc/rmt is correct so someone else wont do the same thing again. Suggested by: Warner Losh & Ollivier Notes: svn path=/head/; revision=21021
* rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmtDavid E. O'Brien1996-12-291-1/+1
| | | | Notes: svn path=/head/; revision=20996
* Use the .At macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17787
* Andreas Klemm's patch set for dump(8), with some minor (cosmetic)Joerg Wunsch1995-11-181-5/+22
| | | | | | | | | | | | | | | | | | | changes and one addition by me. . Use reasonable defaults for the tape drive (/dev/rst0) instead of something we actually don't have. . Add a summary line displaying the alapsed time and the total throughput. . Replace "rmt" for the remote location of rmt(8) by "/etc/rmt", since this is the historical protocol, and relying on the $PATH causes a big pain. Make it adjustable via an environmental variable though. Reviewed by: joerg (for Andreas' part) Submitted by: andreas@knobel.gun.de (Andreas Klemm) Notes: svn path=/head/; revision=12377
* Man page was incorrectly pointing to /etc/dump, it should be /sbin/dump.Rodney W. Grimes1995-07-151-1/+1
| | | | | | | Submitted by: faried nawaz <fn@big-brother.csrv.uidaho.edu> Notes: svn path=/head/; revision=9527
* Add pointer to the `ft' command.Jordan K. Hubbard1995-01-261-0/+1
| | | | Notes: svn path=/head/; revision=5912
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+335
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. Notes: svn path=/head/; revision=1558