Files
vps/compose/soft-serve/scripts/crontab.txt
T

5 lines
216 B
Plaintext
Raw Normal View History

# Run soft-serve backup daily at 02:00
0 2 * * * /bin/sh /scripts/backup.sh >> /backup/backup.log 2>&1
# Prune backups older than 14 days daily at 03:00
0 3 * * * /bin/sh /scripts/prune.sh >> /backup/backup.log 2>&1