diff --git a/README.md b/README.md index d22c99d..799d0f2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![diagram](images/diagram.jpg) + # Prerequisites - Hetzner Account @@ -204,4 +206,4 @@ sudo wg-quick down wg0 Then make the script executable with `sudo chmod +x /usr/local/bin/backup_storagebox.sh` Edit cronjob file with `crontab -e` -and add `0 2 * * * /usr/local/bin/backup_storagebox.sh >> /var/log/backup_storagebox.log 2>&1` for example. This runs every day at 2:00 AM then. \ No newline at end of file +and add `0 2 * * * /usr/local/bin/backup_storagebox.sh >> /var/log/backup_storagebox.log 2>&1` for example. This runs every day at 2:00 AM then.