added support for btrfs snapshots
All checks were successful
Build and Push Docker Image / build (push) Successful in 21s

This commit is contained in:
2025-10-19 21:06:27 -07:00
parent eecabae333
commit 544a29eaf5
2 changed files with 6 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ while true; do
done
fi
btrfs subvolume snapshot -r /mnt/backups/prodesk /mnt/backups/prodesk-$(date +%F)
btrfs subvolume snapshot -r /source/appdata /backups/snapshots/$(hostname)-$(date +%F)
echo "[INFO] Backup cycle complete."
echo "[INFO] Sleeping for ${INTERVAL_HOURS}h..."