| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
- Add upgrade target that pulls latest changes before running update
- This matches the help documentation and user expectations
- Fixes issue where make upgrade reported 'Nothing to be done'
|
| |
|
|
|
|
| |
- Modified update.sh to also copy timer files (restic-backup.timer and restic-check.timer)
- Added 'upgrade' make target that reminds users to git pull first
- Updated help text to clarify difference between 'update' and 'upgrade'
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- Add update target to Makefile for convenience
- Update help text to include update command
- Add update to .PHONY declaration
|
| |
|
|
|
|
| |
- Basic multi-device backup functionality
- Support for MEGA.nz remote storage
- Bug fixes for Makefile and backup script
|
| | |
|
| |
|