mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Man page was incorrectly pointing to /etc/dump, it should be /sbin/dump.
Submitted by: faried nawaz <fn@big-brother.csrv.uidaho.edu>
This commit is contained in:
parent
dfb8a7e1eb
commit
41e969f6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ to minimize the number of tapes follows:
|
|||
.It
|
||||
Always start with a level 0 backup, for example:
|
||||
.Bd -literal -offset indent
|
||||
/etc/dump 0uf /dev/nrst1 /usr/src
|
||||
/sbin/dump 0uf /dev/nrst1 /usr/src
|
||||
.Ed
|
||||
.Pp
|
||||
This should be done at set intervals, say once a month or once every two months,
|
||||
|
|
|
|||
Loading…
Reference in a new issue