diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -361,6 +361,13 @@ update: exit 1; \ fi +upgrade: + @echo "=== Full DRestic Upgrade (including timers) ===" + @echo "Pulling latest changes from git..." + @git pull || { echo "Error: Failed to pull from git. Make sure you have internet access."; exit 1; } + @echo "Running update..." + @$(MAKE) update + update-gotify: @echo "=== Update Gotify Configuration ===" @if [ -f ~/.config/restic/env ]; then \ |
