| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- Basic multi-device backup functionality
- Support for MEGA.nz remote storage
- Bug fixes for Makefile and backup script
|
| | |
|
| | |
|
| |
|