|
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 |