aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
Commit message (Collapse)AuthorAge
* Fix systemd service environment variables in setup.shv1.3.2Sam Scholten2025-10-24
| | | | | | - Properly set HOME environment variable based on scope (user/system) - Ensure RESTIC_ENV_FILE is correctly added to service files - Fixes issue where services had incorrect paths and env vars
* Fix systemd service path replacement in setup.shSam Scholten2025-10-24
| | | | | | The sed commands were using 'ExecStart=.*' which didn't match the exact placeholder path '/path/to/be/replaced/restic_backup.sh'. Updated to use the full path pattern for both backup and check services.
* Release v1.1.0: Critical multi-device fixes for small VPS instancesv1.1.0v1.1Sam Scholten2025-10-22
| | | | | | | | - 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
* Release v1.0.0: Initial stable releasev1.0.0v1.0Sam Scholten2025-10-22
| | | | | | - Basic multi-device backup functionality - Support for MEGA.nz remote storage - Bug fixes for Makefile and backup script
* Remove hardcoded HOME, increase rclone client timeoutSam Scholten2025-09-11
|
* unique Restic repository paths per hostSam Scholten2025-09-11
|
* initSam Scholten2025-09-11