From eded676575e6ef6150235b71d34ec4612f1a7bfb Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Wed, 22 Oct 2025 14:12:20 +1000 Subject: Release v1.1.0: Critical multi-device fixes for small VPS instances - Fix memory swap configuration (allow 1G swap) - Add prune coordination (2-4 AM window with jitter) - Add lock retry settings for robustness - Increase rclone bandwidth to 2M - Memory limits increased to 512M --- restic_check.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'restic_check.sh') diff --git a/restic_check.sh b/restic_check.sh index 210b11e..c8271ea 100755 --- a/restic_check.sh +++ b/restic_check.sh @@ -34,6 +34,8 @@ restic check \ --password-file "${RESTIC_PASSWORD_FILE}" \ --read-data-subset 1% \ --no-cache \ + --lock-retry-after 5m \ + --lock-stale-timeout 24h \ --verbose || { echo "Error: Restic check failed." >&2 notify "Restic Check ($(whoami)@$(hostname))" "Weekly integrity check failed!" 8 -- cgit v1.2.3