| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/cron.d/ |
Upload File : |
# Plan 294 §Stage 0 — hourly backup crons.
#
# Drop this file in /etc/cron.d/ as `scopeforged-stage-0-backups`.
# Cron files in /etc/cron.d MUST end with a newline + must have the
# user field after the schedule (run as root here so the mysqldump can
# read the defaults file at /etc/scopeforged/db.cnf mode 0600).
#
# The two crons are offset by 6 minutes so they never run concurrently
# on the small instance.
#
# Logs at /var/log/scopeforged/backup-{mysql,letsencrypt}.log; rotation
# is via /etc/logrotate.d/scopeforged-stage-0 (see ../scripts/install.sh).
SHELL=/bin/bash
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Plan 294 §Stage 0 — hourly mysqldump → S3.
17 * * * * root /usr/local/bin/dump-ec2-mysql-to-s3.sh >> /var/log/scopeforged/backup-mysql.log 2>&1
# Plan 294 §Stage 0 — hourly /etc/letsencrypt tar → S3.
23 * * * * root /usr/local/bin/snapshot-letsencrypt-to-s3.sh >> /var/log/scopeforged/backup-letsencrypt.log 2>&1