1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-23 03:19:29 +00:00

Merge pull request #1 from nerdlich/patch-1

Correct order of monthday/month
This commit is contained in:
Norbert Varzariu
2016-03-28 13:36:54 +02:00

View File

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