aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index cd050ff..795daed 100644
--- a/Makefile
+++ b/Makefile
@@ -361,13 +361,6 @@ 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 \
@@ -501,8 +494,7 @@ help:
@echo " uninstall-user : Uninstall user scope DRestic"
@echo " uninstall-system : Uninstall system scope DRestic"
@echo " recover : Show recovery instructions"
- @echo " update : Update DRestic scripts and services (auto-detects scope)"
- @echo " upgrade : Full upgrade including timers (run 'git pull' first)"
+ @echo " update : Update DRestic scripts and services (auto-detects scope) - run 'git pull' first for latest version"
@echo " update-gotify : Update Gotify notification settings (auto-detects scope)"
@echo " update-gotify-user : Update Gotify settings for user scope"
@echo " update-gotify-system : Update Gotify settings for system scope"