From 41aadc6eb22439386471c950f8b585060029a177 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 21 Aug 2023 12:39:16 +0000 Subject: [PATCH] backup: update cron schedule Update the cron schedule to match what is currently on the server. --- backup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/README.md b/backup/README.md index 03c58232c..3dd139e5a 100644 --- a/backup/README.md +++ b/backup/README.md @@ -51,8 +51,8 @@ Note: You will likely want ~1Tb storage available on /backup. 4. Create the folder `/backup` (or edit configs to use another path) 5. Add scripts to cron: ``` - 50 23 * * * /opt/local/bin/rsnapshot -c /opt/local/etc/rsnapshot.conf daily && /root/backup_scripts/remove_old.sh ci-release.nodejs.org && /root/backup_scripts/remove_old.sh ci.nodejs.org - 40 23 * * 6 /opt/local/bin/rsnapshot -c /opt/local/etc/rsnapshot.conf weekly + 50 23 * * * /opt/local/bin/rsnapshot -c /opt/local/etc/rsnapshot.conf daily + 40 23 * * 6 /opt/local/bin/rsnapshot -c /opt/local/etc/rsnapshot.conf weekly && /root/backup_scripts/remove_old.sh ci-release.nodejs.org && /root/backup_scripts/remove_old.sh ci.nodejs.org 30 23 1 * * /opt/local/bin/rsnapshot -c /opt/local/etc/rsnapshot.conf monthly ``` 6. Edit your ssh config as needed (likely the benchmark host)