aboutsummaryrefslogtreecommitdiff
path: root/systemd/restic-check.service
Commit message (Collapse)AuthorAge
* fix: remove hardcoded HOME=/root from systemd templatesSam Scholten2025-10-28
| | | | | | | | | | - Remove hardcoded HOME=/root from systemd service templates - Only set HOME explicitly for system scope in setup.sh and update.sh - This fixes rclone config lookup issue for user installations - Update sed patterns to correctly replace environment variables Resolves issue where user backups failed with rclone permission errors looking for config in /root/.rclone.conf instead of ~/.config/rclone/rclone.conf
* 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
* Remove hardcoded HOME, increase rclone client timeoutSam Scholten2025-09-11
|
* initSam Scholten2025-09-11