updates to cron command
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user