aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f8925ea..cd050ff 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \