updates to cron command

This commit is contained in:
2020-11-17 22:43:29 -05:00
parent 7c241b47da
commit 9182d67ce9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "duplicacy", "name": "duplicacy",
"version": "20201117.16", "version": "20201117.17",
"slug": "duplicacy", "slug": "duplicacy",
"description": "Duplicacy backup", "description": "Duplicacy backup",
"arch": ["armhf", "armv7"], "arch": ["armhf", "armv7"],

View File

@@ -33,7 +33,7 @@ echo "${CRONTAB_RUN} run-parts /duplicacy -verbose -log backup -stats" >> /etc/c
#chmod 0644 /etc/crontabs/root #chmod 0644 /etc/crontabs/root
# Apply cron job # Apply cron job
#crontab /etc/crontabs/root #crontab /etc/crontabs/root
crontab -l crond -f -l 8
# Create the log file to be able to run tail # Create the log file to be able to run tail
#touch /var/log/cron.log #touch /var/log/cron.log
# Run the command on container startup # Run the command on container startup