| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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 update target to Makefile for convenience
- Update help text to include update command
- Add update to .PHONY declaration
|
| |
|
|
|
|
| |
- Keep both prune coordination (2-4 AM window) and rclone timeout (20m)
- Add lock retry settings to prune operation
- Remove merge conflict markers
|
| | |
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|