View | Details | Raw Unified | Return to bug 25574
Collapse All | Expand All

(-)dump/dump.8 (-3 / +3 lines)
Lines 139-145 Link Here
139
.Ar file
139
.Ar file
140
may be a special device file
140
may be a special device file
141
like
141
like
142
.Pa /dev/rsa0
142
.Pa /dev/sa0
143
(a tape drive),
143
(a tape drive),
144
.Pa /dev/fd1
144
.Pa /dev/fd1
145
(a floppy disk drive),
145
(a floppy disk drive),
Lines 317-323 Link Here
317
.It
317
.It
318
Always start with a level 0 backup, for example:
318
Always start with a level 0 backup, for example:
319
.Bd -literal -offset indent
319
.Bd -literal -offset indent
320
/sbin/dump -0u -f /dev/nrsa0 /usr/src
320
/sbin/dump -0u -f /dev/nsa0 /usr/src
321
.Ed
321
.Ed
322
.Pp
322
.Pp
323
This should be done at set intervals, say once a month or once every two months,
323
This should be done at set intervals, say once a month or once every two months,
Lines 349-355 Link Here
349
program.
349
program.
350
.Sh FILES
350
.Sh FILES
351
.Bl -tag -width /etc/dumpdates -compact
351
.Bl -tag -width /etc/dumpdates -compact
352
.It Pa /dev/rsa0
352
.It Pa /dev/sa0
353
default tape unit to dump to
353
default tape unit to dump to
354
.It Pa /etc/dumpdates
354
.It Pa /etc/dumpdates
355
dump date records
355
dump date records
(-)dump/pathnames.h (-1 / +1 lines)
Lines 35-41 Link Here
35
35
36
#include <paths.h>
36
#include <paths.h>
37
37
38
#define	_PATH_DEFTAPE	"/dev/rsa0"
38
#define	_PATH_DEFTAPE	"/dev/sa0"
39
#define	_PATH_DTMP	"/etc/dtmp"
39
#define	_PATH_DTMP	"/etc/dtmp"
40
#define	_PATH_DUMPDATES	"/etc/dumpdates"
40
#define	_PATH_DUMPDATES	"/etc/dumpdates"
41
#define	_PATH_LOCK	"/tmp/dumplockXXXXXX"
41
#define	_PATH_LOCK	"/tmp/dumplockXXXXXX"
(-)restore/pathnames.h (-1 / +1 lines)
Lines 40-43 Link Here
40
40
41
#include <paths.h>
41
#include <paths.h>
42
42
43
#define	_PATH_DEFTAPE	"/dev/rsa0"
43
#define	_PATH_DEFTAPE	"/dev/sa0"
(-)restore/restore.8 (-3 / +3 lines)
Lines 204-210 Link Here
204
mount /dev/da0s1a /mnt
204
mount /dev/da0s1a /mnt
205
cd /mnt
205
cd /mnt
206
206
207
restore rf /dev/rsa0
207
restore rf /dev/sa0
208
.Ed
208
.Ed
209
.Pp
209
.Pp
210
Note that 
210
Note that 
Lines 280-286 Link Here
280
.Ar file
280
.Ar file
281
may be a special device file
281
may be a special device file
282
like
282
like
283
.Pa /dev/rsa0
283
.Pa /dev/sa0
284
(a tape drive),
284
(a tape drive),
285
.Pa /dev/da1c
285
.Pa /dev/da1c
286
(a disk drive),
286
(a disk drive),
Lines 413-419 Link Here
413
.El
413
.El
414
.Sh FILES
414
.Sh FILES
415
.Bl -tag -width "./restoresymtable" -compact
415
.Bl -tag -width "./restoresymtable" -compact
416
.It Pa /dev/rsa0
416
.It Pa /dev/sa0
417
the default tape drive
417
the default tape drive
418
.It Pa /tmp/rstdir*
418
.It Pa /tmp/rstdir*
419
file containing directories on the tape.
419
file containing directories on the tape.

Return to bug 25574