From d57d87532b98c38ae23b4c3d08479b8c1311dced Mon Sep 17 00:00:00 2001 From: Norbert Varzariu Date: Fri, 22 Jan 2016 10:28:10 +0100 Subject: [PATCH] add note about range notation to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5f8ddfa..637b101 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,9 @@ Default is: Hash. Set time ranges for different backup levels. Each item (minute, hour...) allows for cron notation, an array to pick a random time from and a range to pick a random time from. The range notation is '$start..$end', so to pick a random hour from 8 pm to 2 am, you could set the hour of your desired backup level to `[ '20..23','0..2' ]` +For the range feature to work, hours >0 and <10 must not have a preceding zero. +Wrong: `00.09` +Correct: `0..9` Example: ```puppet