diff options
| author | Sam Scholten | 2025-09-12 14:54:03 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-10-22 15:32:07 +1000 |
| commit | 271b8d82b129b0818cf767e7c8245976f6422b50 (patch) | |
| tree | c8c428e260488f16a8c228217e4bedff1456cac6 /setup.sh | |
| parent | 4f45a2c4ed34454677b493d9cfb5fe91af2b6cee (diff) | |
| download | drestic-271b8d82b129b0818cf767e7c8245976f6422b50.tar.gz drestic-271b8d82b129b0818cf767e7c8245976f6422b50.zip | |
- Basic multi-device backup functionality
- Support for MEGA.nz remote storage
- Bug fixes for Makefile and backup script
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,7 +319,7 @@ 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 +RESTIC_REST_TIMEOUT=900s GOMAXPROCS=1 EOF log "Setting permissions for $ENV_FILE to 600" |
