aboutsummaryrefslogtreecommitdiff
path: root/systemd
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
* Stagger backup times to prevent conflictsSam Scholten2025-10-24
| | | | | | - Set backup timer to run at 1 AM with 3-hour random delay (1-4 AM window) - Add 1-hour random delay to weekly check timer - This prevents multiple devices from backing up simultaneously
* 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