From 9182d67ce9351443d5b7a94f4982933cd29b2752 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 17 Nov 2020 22:43:29 -0500 Subject: [PATCH] updates to cron command --- duplicacy/config.json | 2 +- duplicacy/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index f663779..d8e6176 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20201117.16", + "version": "20201117.17", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 5c294af..5128fc6 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -33,7 +33,7 @@ echo "${CRONTAB_RUN} run-parts /duplicacy -verbose -log backup -stats" >> /etc/c #chmod 0644 /etc/crontabs/root # Apply cron job #crontab /etc/crontabs/root -crontab -l +crond -f -l 8 # Create the log file to be able to run tail #touch /var/log/cron.log # Run the command on container startup