summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1998-09-22 10:05:27 +0000
committerroberto <roberto@FreeBSD.org>1998-09-22 10:05:27 +0000
commit019b2d8ebeb21348ddbfbf32b6af2ce51cc16994 (patch)
tree80abb85e0c5887067bd9749de0ae4838be06c571 /sbin/dump
parentfdfec00b09a53ae95bf99690d2f623574f3b14b2 (diff)
downloadFreeBSD-src-019b2d8ebeb21348ddbfbf32b6af2ce51cc16994.zip
FreeBSD-src-019b2d8ebeb21348ddbfbf32b6af2ce51cc16994.tar.gz
Change rst0 into rsa0.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.88
-rw-r--r--sbin/dump/pathnames.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index 617712f..d0b517e 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)dump.8 8.3 (Berkeley) 5/1/95
-.\" $Id: dump.8,v 1.20 1998/05/10 16:35:31 steve Exp $
+.\" $Id: dump.8,v 1.21 1998/06/15 06:58:09 charnier Exp $
.\"
.Dd May 1, 1995
.Dt DUMP 8
@@ -137,7 +137,7 @@ Write the backup to
.Ar file
may be a special device file
like
-.Pa /dev/rst0
+.Pa /dev/rsa0
(a tape drive),
.Pa /dev/rfd1
(a floppy disk drive),
@@ -300,7 +300,7 @@ to minimize the number of tapes follows:
.It
Always start with a level 0 backup, for example:
.Bd -literal -offset indent
-/sbin/dump -0u -f /dev/nrst0 /usr/src
+/sbin/dump -0u -f /dev/nrsa0 /usr/src
.Ed
.Pp
This should be done at set intervals, say once a month or once every two months,
@@ -332,7 +332,7 @@ will be used to determine the pathname of the remote
program.
.Sh FILES
.Bl -tag -width /etc/dumpdates -compact
-.It Pa /dev/rst0
+.It Pa /dev/rsa0
default tape unit to dump to
.It Pa /etc/dumpdates
dump date records
diff --git a/sbin/dump/pathnames.h b/sbin/dump/pathnames.h
index 65f6b19..5a4448b 100644
--- a/sbin/dump/pathnames.h
+++ b/sbin/dump/pathnames.h
@@ -35,7 +35,7 @@
#include <paths.h>
-#define _PATH_DEFTAPE "/dev/rst0"
+#define _PATH_DEFTAPE "/dev/rsa0"
#define _PATH_DTMP "/etc/dtmp"
#define _PATH_DUMPDATES "/etc/dumpdates"
#define _PATH_LOCK "/tmp/dumplockXXXXXX"
OpenPOWER on IntegriCloud