diff --git a/README.md b/README.md index b59d353..5b4bfdb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![diagram](images/diagram.jpg) + # Prerequisites - Hetzner Account @@ -209,4 +211,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. diff --git a/images/diagram.jpg b/images/diagram.jpg new file mode 100644 index 0000000..778a093 Binary files /dev/null and b/images/diagram.jpg differ