Add 'backup/readme.md'

pull/4/head
drunkendog 2023-08-14 12:35:59 +01:00
parent 64eb9cb3cf
commit 3b68481bd0
1 changed files with 6 additions and 0 deletions

6
backup/readme.md Normal file
View File

@ -0,0 +1,6 @@
# Backups
Example cron:
```sh
32 * * * * /bin/sh /root/standard-build/backup/backup-script.sh >/root/last-backup-log.txt 2>&1
```