make linuxserver.io duplicati image as the base
Some checks failed
Build and Push Docker Image / build (push) Failing after 24s

This commit is contained in:
2025-10-19 22:39:09 -07:00
parent 966f9c7c2a
commit 7b8eecf20d
3 changed files with 30 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ while true; do
done
fi
echo "[INFO] Creating a snapshot of /srv/appdata"
btrfs subvolume snapshot -r /source/appdata /backups/snapshots/$(hostname)-$(date +%F)
echo "[INFO] Backup cycle complete."