1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-07 21:59:29 +00:00

random time feature with ranges (random between 1am and 5 am: 1..5)

This commit is contained in:
Norbert Varzariu
2015-12-20 18:23:37 +01:00
parent b2d6edad94
commit bc86010c51
6 changed files with 103 additions and 2 deletions

1
templates/cron.erb Normal file
View File

@@ -0,0 +1 @@
<%= @minute %> <%= @hour %> <%= @monthday %> <%= @weekday %> root /usr/bin/rsnapshot -c <%= @config %> <%= @level %>