aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix make config to detect system scope configuration (second fix)Sam Scholten2025-10-24
| | | | | Added sudo before checking for /root/.restic_env in the config target's elif condition. The previous commit only fixed the validate-config target, not the config target.
* Fix make config to detect system scope configurationSam Scholten2025-10-24
| | | | | | | Add sudo before checking for /root/.restic_env in the config target. Without sudo, the check runs as the regular user and can't see the system scope environment file, causing make config to incorrectly report 'No DRestic configuration found' when system scope is set up.
* Add logo to readmeSam Scholten2025-10-23
|
* fix: Handle missing scripts gracefully in update.sh chmodSam Scholten2025-10-22
|
* Fix: Replace unsupported restic flags for 0.18.1 compatibilityv1.2Sam Scholten2025-10-22
| | | | | | - Replace --lock-retry-after and --lock-stale-timeout with --retry-lock - Fix shell script quoting issues (SC2086, SC2046) - All tests passing: local, remote, lint, format
* Add missing 'make update' targetSam Scholten2025-10-22
| | | | | | - Add update target to Makefile for convenience - Update help text to include update command - Add update to .PHONY declaration
* Fix merge conflict in restic_backup.shSam Scholten2025-10-22
| | | | | | - Keep both prune coordination (2-4 AM window) and rclone timeout (20m) - Add lock retry settings to prune operation - Remove merge conflict markers
* Update changelog: Add proper v1.0.0 entry with actual commit detailsSam Scholten2025-10-22
|
* Release v1.2.0: Add automated update scriptSam Scholten2025-10-22
| | | | | | | | - Add update.sh script for seamless upgrades - Automatically detects user/system installations - Backs up configurations before updating - Migrates bandwidth limit from 1M to 2M - Updates scripts and services safely
* 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
|
* .Sam Scholten2025-09-11
|
* .Sam Scholten2025-09-11
|
* initSam Scholten2025-09-11