From d24eb76fae4e6e8681d85c45cbeb7b9d4e6d98ef Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 7 Jul 2025 20:01:04 +0800 Subject: [PATCH] Update crontab --- roles/files/debian/setup/crontabs/root | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/files/debian/setup/crontabs/root b/roles/files/debian/setup/crontabs/root index 55ce5d5..1bbe749 100644 --- a/roles/files/debian/setup/crontabs/root +++ b/roles/files/debian/setup/crontabs/root @@ -6,7 +6,8 @@ @reboot tmux # Network mount -* * * * * sudo mount.cifs "//255.255.255.0/SAMBA-MOUNT" "/mnt/backups/" -o credentials="/root/.samba/credentials" +* * * * * sudo mount.cifs "//255.255.255.0/SAMBA-MOUNT" "/mnt/backups_a/" -o credentials="/root/.samba/credentials" +* * * * * sudo mount.cifs "//255.255.255.0/SAMBA-MOUNT" "/mnt/backups_b/" -o credentials="/root/.samba/credentials" # Start services @reboot sleep 30 && tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh"