mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-12-16 17:50:34 +00:00
fix README.md
This commit is contained in:
parent
7f0b5cc4a9
commit
ce71b45791
@ -146,7 +146,7 @@ The defaults are pretty reasonable, I hope. However, you may override pretty muc
|
|||||||
#### Specials
|
#### Specials
|
||||||
As mentioned, this module will generate random time entries for your hosts. The random number generator is hashed with hostname and backup_level, so the randomness will be repeatable per host.level. This is important so puppet won't override the crons with each run.
|
As mentioned, this module will generate random time entries for your hosts. The random number generator is hashed with hostname and backup_level, so the randomness will be repeatable per host.level. This is important so puppet won't override the crons with each run.
|
||||||
You may specify time ranges as follows:
|
You may specify time ranges as follows:
|
||||||
* default cron syntax (1-10, '*/5', 5)
|
* default cron syntax
|
||||||
* an array with allowed values, for example, if you want the backup for a host to run between 1am and 5am, you would override the hours setting for the host in question.
|
* an array with allowed values, for example, if you want the backup for a host to run between 1am and 5am, you would override the hours setting for the host in question.
|
||||||
in hiera this would look like: (Explanation see below)
|
in hiera this would look like: (Explanation see below)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user