updates to cron command
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "duplicacy",
|
||||
"version": "20201117.16",
|
||||
"version": "20201117.17",
|
||||
"slug": "duplicacy",
|
||||
"description": "Duplicacy backup",
|
||||
"arch": ["armhf", "armv7"],
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user