aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
Commit message (Collapse)AuthorAgeFilesLines
...
* Make rev 1.5 better match the rest of dump(8)'s output.David E. O'Brien2001-03-271-2/+2
| | | | Notes: svn path=/head/; revision=74873
* Do not exit if unable to read /etc/dumpdates or create it.David E. O'Brien2001-03-271-2/+4
| | | | | | | | | If one is trying to dump or repair an ill system, give the user a fighting chance. Refusing to operate w/o a very non-critical file (feature) is just plain stupid. Notes: svn path=/head/; revision=74872
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74531
* bye-bye documented raw devicesDavid E. O'Brien2001-03-091-3/+3
| | | | Notes: svn path=/head/; revision=74028
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-1/+2
| | | | | | | and remove leading `r'(aw) from it. Notes: svn path=/head/; revision=73986
* Support inheritance of the "nodump" flag down a hierarchy.David E. O'Brien2001-03-032-26/+82
| | | | | | | | Submitted by: Dima Dorfman <dima@unixfreak.org> Obtained from: NetBSD Notes: svn path=/head/; revision=73375
* Use <sys/queue.h> instead of home-rolled list.Poul-Henning Kamp2001-01-293-16/+16
| | | | | | | Submitted by: "Jason Smethers" <jsmethers@pdq.net> Notes: svn path=/head/; revision=71787
* Use \a instead of \007 for making noise.Poul-Henning Kamp2001-01-283-4/+4
| | | | | | | Submitted by: "Jason Smethers" <jsmethers@pdq.net> Notes: svn path=/head/; revision=71750
* 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
* Add include of errno.h where needed, remove extern int errno where not.Warner Losh2000-04-142-2/+2
| | | | | | | These commits were inspired by a similar commit to netbsd. Notes: svn path=/head/; revision=59216
* Avoid rawname() stupidly prepending an `r' before the device name evenJoerg Wunsch2000-04-022-6/+14
| | | | | | | | | | | | | | in cases where the supplied name was already pointing to a character special device. This fixes the breakage that occured when trying to dump a filesystem by name (e. g. /usr), with an fstab already mentioning the raw device name (like /dev/rda0g) where dump attempted to use /dev/rrda0g then. Also removed the now obsolete remark that fstab were carrying block special names. Notes: svn path=/head/; revision=58928
* 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
* Use libcrypto instead of libdes.Mark Murray2000-02-241-1/+2
| | | | Notes: svn path=/head/; revision=57449
* 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
* vsprintf -> vsnprintf in msg().Warner Losh1999-11-101-1/+1
| | | | Notes: svn path=/head/; revision=53084
* Prepare for K5.Mark Murray1999-09-201-1/+1
| | | | Notes: svn path=/head/; revision=51444
* Fix for new KerberosFix for new Kerberos44Mark Murray1999-09-191-0/+1
| | | | Notes: svn path=/head/; revision=51435
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
| | | | Notes: svn path=/head/; revision=50476
* Fix nested if/else within an ifBill Fumerola1999-07-081-2/+3
| | | | Notes: svn path=/head/; revision=48688
* Fix time of last dump handling.Jordan K. Hubbard1999-07-021-6/+11
| | | | | | | Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au> Notes: svn path=/head/; revision=48447
* Fix typo in dump reportingJean-Marc Zucconi1999-05-241-3/+4
| | | | | | | | PR: bin/10573 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=47446
* temporary workaround for bin/11464Matt Jacob1999-05-031-1/+5
| | | | Notes: svn path=/head/; revision=46360
* The attached patch to /usr/src/sbin/dump/optr.c changes the comparisonJordan K. Hubbard1999-03-211-5/+5
| | | | | | | | | | | | | | | so that dumps are treated by dump -w as having been done on midnight of the day they were actually run. This makes dump -w behave as expected for regularly scheduled daily dumps - if they all run the same day. It makes dump -w behave strangely if you dump late in the day and check again after midnight, but that is the lesser of two evils. Submitted by: Mike Meyer <mwm@phone.net> PR: 9429 Notes: svn path=/head/; revision=44929
* 64bit fixes.Dima Ruban1998-10-271-4/+4
| | | | | | | | | | (Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem somewhere is the physio() area) Submitted by: myself && Matt Dillon. Notes: svn path=/head/; revision=40668
* Change rst0 into rsa0.Ollivier Robert1998-09-222-5/+5
| | | | Notes: svn path=/head/; revision=39559
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
| | | | Notes: svn path=/head/; revision=39495
* checked, that new sa CAM driver takes care of using buffer sizesAndreas Klemm1998-09-161-15/+1
| | | | | | | | | | | <= 64 KB. Was able to dump/restore with block sizes of 96, 128 and 200. using systat -vmstat I noticed transfer blocksizes <= 64KB, so physio's limits aren't touched. Since this check was originally from me, I feels safe now to back it out. Notes: svn path=/head/; revision=39382
* Add support for dealing with ENOSPC as the error code returned by a tapeJustin T. Gibbs1998-09-152-16/+17
| | | | | | | device hitting EOM on a write. Notes: svn path=/head/; revision=39256
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+2
| | | | Notes: svn path=/head/; revision=38149
* Make `dump' exit codes confirm to manual page.Joseph Koshy1998-07-143-16/+17
| | | | | | | | PR: 5346 Style-check-by: bde Notes: svn path=/head/; revision=37635
* Correct use of .Nm. Add rcsid. Remove unused #includes.Philippe Charnier1998-06-158-40/+53
| | | | Notes: svn path=/head/; revision=36997
* Turn on TCP_NODELAY on the remote socket, to turn off sender silly windowBill Fenner1998-05-171-6/+3
| | | | | | | | | | | | syndrome avoidance. The combination of SWS avoidance and ack-every-other causes low throughput if the block size divided by the MSS is odd (which is true with the default block size and MSS). Turning on TCP_NODELAY disables the Nagle algorithm and sender SWS avoidance. The rdump request/response protocol can not invoke Nagle and cannot cause SWS, so this has no negative effects. Notes: svn path=/head/; revision=36115
* 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
* read() and write() return ssize_t not int, so the first arg to atomic()John Birrell1998-01-251-2/+3
| | | | | | | should be ssize_t too. Notes: svn path=/head/; revision=32758
* 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
* Make this part of the 'krb' distribution.Mark Murray1997-10-241-0/+1
| | | | Notes: svn path=/head/; revision=30692
* 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
* Do not account the tape change time for ETA estimations.Joerg Wunsch1997-10-121-0/+6
| | | | | | | | PR: bin/4369 Submitted by: blank@fox.uni-trier.de (Sascha Blank) Notes: svn path=/head/; revision=30341
* 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
* Changes for the new KTH KerberosIV.Mark Murray1997-09-281-4/+8
| | | | Notes: svn path=/head/; revision=29919
* Remove the reference to the nonexistant dump(5) manpage.Steve Price1997-08-231-2/+1
| | | | | | | PR: docs/3704 Notes: svn path=/head/; revision=28633
* Add Id. Cosmetic in usage string.Philippe Charnier1997-06-101-3/+6
| | | | Notes: svn path=/head/; revision=26543
* Fix a long-standing bug with dump not treating errors correctly. TheyJoerg Wunsch1997-05-061-2/+4
| | | | | | | | | | were mishandled as an EOF, which became fatal if your first tape was accidentally write-protected. PR: bin/850 dump treats write-protect as an EOT... Notes: svn path=/head/; revision=25514
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-294-11/+50
| | | | | | | | | | 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