From c79d1c7fc69e01017537549d717b0f23048db61d Mon Sep 17 00:00:00 2001 From: nerdlich Date: Thu, 24 Mar 2016 22:53:52 +0100 Subject: [PATCH] Correct order of monthday/month --- templates/cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cron.erb b/templates/cron.erb index 5eb5e0e..4c63a80 100644 --- a/templates/cron.erb +++ b/templates/cron.erb @@ -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 %>