commit 897742ddddf0a9ec43b769fca0082b1e09b2e384 parent 809ea8e87b3401895dc53aec2f92a06847b41b51 Author: Andrew Laack <andrew@laack.co> Date: Thu, 19 Feb 2026 03:50:51 -0600 Updated scheduling Diffstat:
| M | installers/arch-private-installation.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -24,4 +24,4 @@ sudo mkdir /home/backup sudo chown andrew /home/backup # CRON (backups script) -echo "0 0 * * * andrew /home/andrew/bin/backup.sh" | sudo tee -a /etc/crontab +echo "0 8,14 * * * andrew /home/andrew/bin/backup.sh" | sudo tee -a /etc/crontab