From 822a7c9ce43396fa2f69f87e94ca32f82ba29110 Mon Sep 17 00:00:00 2001 From: JG2401 <76785435+JG2401@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:40:46 +0100 Subject: [PATCH] Add diagram image to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.