1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-12-16 09:40:35 +00:00

fix README.md

This commit is contained in:
Norbert Varzariu 2016-01-05 15:29:54 +01:00
parent 7f0b5cc4a9
commit ce71b45791

View File

@ -146,7 +146,7 @@ The defaults are pretty reasonable, I hope. However, you may override pretty muc
#### 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.
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.
in hiera this would look like: (Explanation see below)