diff --git a/backup/readme.md b/backup/readme.md new file mode 100644 index 0000000..b5ff71a --- /dev/null +++ b/backup/readme.md @@ -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 +``` \ No newline at end of file