#
3860f781 |
| 08-Jul-2001 |
Matthew Dillon <dillon@FreeBSD.org> |
Add a -D option to dump, allowing the path for the /etc/dumpdates file to be changed, so independant entities backing up the same thing to different media can be made not to trip over each other.
MF
Add a -D option to dump, allowing the path for the /etc/dumpdates file to be changed, so independant entities backing up the same thing to different media can be made not to trip over each other.
MFC after: 3 days
show more ...
|
#
33d3b9f8 |
| 09-Jun-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Since we use getopt (in rev. 1.12), there's no need for the case's for the individual options to increment argv and decrement argc. This caused the -T option to swallow an extra argument.
PR: 2798
Since we use getopt (in rev. 1.12), there's no need for the case's for the individual options to increment argv and decrement argc. This caused the -T option to swallow an extra argument.
PR: 27982 Submitted by: Samuel Greear <sgreear@vsni.com>
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
bfa0b298 |
| 28-Jan-2001 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Use \a instead of \007 for making noise.
Submitted by: "Jason Smethers" <jsmethers@pdq.net>
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
04285c06 |
| 02-Apr-2000 |
Joerg Wunsch <joerg@FreeBSD.org> |
Avoid rawname() stupidly prepending an `r' before the device name even in cases where the supplied name was already pointing to a character special device. This fixes the breakage that occured when
Avoid rawname() stupidly prepending an `r' before the device name even 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.
show more ...
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
8878be20 |
| 24-May-1999 |
Jean-Marc Zucconi <jmz@FreeBSD.org> |
Fix typo in dump reporting
PR: bin/10573 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
678bcd77 |
| 16-Sep-1998 |
Andreas Klemm <andreas@FreeBSD.org> |
checked, that new sa CAM driver takes care of using buffer sizes <= 64 KB. Was able to dump/restore with block sizes of 96, 128 and 200. using systat -vmstat I noticed transfer blocksizes <= 64KB, so
checked, that new sa CAM driver takes care of using buffer sizes <= 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.
show more ...
|
Revision tags: release/2.2.7 |
|
#
f69e804d |
| 14-Jul-1998 |
Joseph Koshy <jkoshy@FreeBSD.org> |
Make `dump' exit codes confirm to manual page.
PR: 5346 Style-check-by: bde
|
#
7580ffbb |
| 15-Jun-1998 |
Philippe Charnier <charnier@FreeBSD.org> |
Correct use of .Nm. Add rcsid. Remove unused #includes.
|
Revision tags: release/2.2.6, release/2.2.5_cvs |
|
#
a1e5f53b |
| 10-Jun-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Add Id. Cosmetic in usage string.
|
Revision tags: release/2.2.2_cvs |
|
#
1982ee69 |
| 29-Apr-1997 |
Garrett Wollman <wollman@FreeBSD.org> |
Implement Kerberized rcmd for rdump/rrestore. This is lacking the options one would normally expect to set the realm, enable encryption, and whatnot, but this actually is able to contact the remot
Implement Kerberized rcmd for rdump/rrestore. This is lacking the 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.)
show more ...
|
Revision tags: release/2.2.1_cvs, release/2.2.0 |
|
#
79aed3fe |
| 15-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
The -a option (autosize) option got mangled during the Lite2 merge.
Pointed out by: Tom Jackson <tom@peeper.jackson.org>
|
#
a37c38b8 |
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Merge Lite2 changes (rather bigish, the dump/restore folks should check)
|
#
1811bdf3 |
| 11-Mar-1997 |
Peter Wemm <peter@FreeBSD.org> |
Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch. (note that some of these have already been imported, this is a no-op)
|
Revision tags: release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
af00957e |
| 02-Feb-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
Add the `a' option (``auto-size'') to bypass all tape length considerations, and dump right to the end of medium.
|
#
9e0dc595 |
| 08-Jan-1997 |
Peter Wemm <peter@FreeBSD.org> |
Fix double typo
|
#
f5dcc2f1 |
| 07-Jan-1997 |
Warner Losh <imp@FreeBSD.org> |
Fix many buffer overflows, correct usage of strcat and implement $TAPE. Inspired by OpenBSD's work in this area.
Reviewed by: Peter Wemm, Guido van Rooij and Jordan Hubbard. Obtained from: OpenBSD
|
#
71fbc63c |
| 07-Jan-1997 |
Paul Traina <pst@FreeBSD.org> |
bin/1789: dump estimates a negative number of tapes needed for huge dumps
|
Revision tags: release/2.1.5_cvs |
|
#
eaa86f9d |
| 14-Sep-1996 |
Bruce Evans <bde@FreeBSD.org> |
Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where us
Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
show more ...
|
Revision tags: release/2.1.0_cvs |
|
#
3be059ba |
| 23-Dec-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
Put the superfluous "DUMP:" back in the statistics line, to make Amanda happy.
|
#
019420a5 |
| 18-Nov-1995 |
Joerg Wunsch <joerg@FreeBSD.org> |
Andreas Klemm's patch set for dump(8), with some minor (cosmetic) changes and one addition by me.
. Use reasonable defaults for the tape drive (/dev/rst0) instead of something we actually don't ha
Andreas Klemm's patch set for dump(8), with some minor (cosmetic) 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)
show more ...
|
#
abdec3e3 |
| 24-Oct-1995 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Fix a silly bug where MAXPATHLEN was subtracted from the string length rather than the other way around! Submitted by: Elmar Bartel <bartel@informatik.tu-muenchen.de>
|
Revision tags: release/2.0.5_cvs |
|
#
5ebc7e62 |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
Revision tags: release/2.0 |
|
#
56d5f6db |
| 28-Oct-1994 |
Joerg Wunsch <joerg@FreeBSD.org> |
Fixed an evil bug where rawname() could write across the boundaries of an array. The bug became obvious in the old system where the array was only 32 characters long (now MAXPATHLEN). Dump honored it
Fixed an evil bug where rawname() could write across the boundaries of an array. The bug became obvious in the old system where the array was only 32 characters long (now MAXPATHLEN). Dump honored its name then (:-) and dumped its core when calling dump -w for a fstab that contained rather long NFS file system names. Even though this is rather unlikely to happen now, a bug is a bug:)
show more ...
|
Revision tags: release/1.1.5.1_cvs |
|
#
8fae3551 |
| 26-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite sbin Sources
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
|