From 715c1d393c24b6eb61f97644fbf2ff9783a8f084 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Tue, 7 Oct 2014 01:26:32 +0200 Subject: [PATCH] Separate entries by tabs instead of spaces and replace @ directives with classic cron fields --- server/etc/crontab | 6 +++--- server/etc/crontab_synology | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/server/etc/crontab b/server/etc/crontab index 7ea328f..fa94c72 100644 --- a/server/etc/crontab +++ b/server/etc/crontab @@ -1,3 +1,3 @@ -@daily /usr/sbin/rs-rotate-cron daily -@weekly /usr/sbin/rs-rotate-cron weekly -@monthly /usr/sbin/rs-rotate-cron monthly +@daily /usr/sbin/rs-rotate-cron daily +@weekly /usr/sbin/rs-rotate-cron weekly +@monthly /usr/sbin/rs-rotate-cron monthly \ No newline at end of file diff --git a/server/etc/crontab_synology b/server/etc/crontab_synology index 12c5807..7aca579 100644 --- a/server/etc/crontab_synology +++ b/server/etc/crontab_synology @@ -1,3 +1,3 @@ -@daily root /usr/sbin/rs-rotate-cron daily -@weekly root /usr/sbin/rs-rotate-cron weekly -@monthly root /usr/sbin/rs-rotate-cron monthly +0 0 * * * root /usr/sbin/rs-rotate-cron daily +0 0 * * 0 root /usr/sbin/rs-rotate-cron weekly +0 0 1 * * root /usr/sbin/rs-rotate-cron monthly \ No newline at end of file