From 4f45a2c4ed34454677b493d9cfb5fe91af2b6cee Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 11 Sep 2025 16:48:55 +1000 Subject: Remove hardcoded HOME, increase rclone client timeout --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 6e9c0aa..10aafe9 100755 --- a/setup.sh +++ b/setup.sh @@ -318,6 +318,8 @@ RCLONE_RETRIES=10 RCLONE_RETRIES_SLEEP=30s # Memory optimization for VPS environments RESTIC_CACHE_DIR=/tmp/restic-cache +# Increase HTTP timeout for restic communicating with rclone serve +RESTIC_REST_TIMEOUT=300s GOMAXPROCS=1 EOF log "Setting permissions for $ENV_FILE to 600" -- cgit v1.2.3