From 6bb9d0d39e64889fd9c17862db89aaa1d9188c0e Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Thu, 14 Nov 2024 01:51:19 +0800 Subject: [PATCH] Update crontab --- roles/files/debian/setup/crontabs/root | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/files/debian/setup/crontabs/root b/roles/files/debian/setup/crontabs/root index 4c29491..55ce5d5 100644 --- a/roles/files/debian/setup/crontabs/root +++ b/roles/files/debian/setup/crontabs/root @@ -12,11 +12,11 @@ @reboot sleep 30 && tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh" # Backups -0 */4 * * * tmux new-session -d -s "Borg Backups" bash /root/scripts/backup.sh +0 */4 * * * tmux new-session -d -s "Borg Backups" "bash /root/scripts/backup.sh" # Docker Cleanup 0 0 1 * * docker system prune --all --volumes --force # ACME 52 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null -0 */7 * * * tmux new-session -d -s "Acme SSL Updater" bash /root/scripts/acme_ssl.sh +0 */7 * * * tmux new-session -d -s "Acme SSL Updater" "bash /root/scripts/acme_ssl.sh"