mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
I don't know why fstab doesn't document that the fifth field specifies
the number of days between backups. All it says is frequency, with no units given. It likely should say "the interval in days between backups" instead, but not today.
This commit is contained in:
parent
8cb079923f
commit
e3fbf603a0
1 changed files with 2 additions and 0 deletions
|
|
@ -198,6 +198,8 @@ command to determine which file systems need to be dumped.
|
|||
If the fifth field is not present, a value of zero is returned and
|
||||
.Nm dump
|
||||
will assume that the file system does not need to be dumped.
|
||||
If the fifth field is greater than 0, then it specifies the number of days
|
||||
between dumps for this file system.
|
||||
.Pp
|
||||
The sixth field,
|
||||
.Pq Fa fs_passno ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue