added support for btrfs snapshots
All checks were successful
Build and Push Docker Image / build (push) Successful in 21s
All checks were successful
Build and Push Docker Image / build (push) Successful in 21s
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user