Skip to content

Commit

Permalink
backup: update cron schedule
Browse files Browse the repository at this point in the history
Update the cron schedule to match what is currently on the server.
  • Loading branch information
richardlau authored Aug 21, 2023
1 parent efd43a3 commit 41aadc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 41aadc6

Please sign in to comment.