Initial commit; base scripting and systemd user event code for borg based backup

This commit is contained in:
2026-07-10 12:20:13 +02:00
commit ffe3c354be
12 changed files with 984 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.PHONY: check install uninstall
check:
bash -n scripts/nextcloud-borg-backup scripts/install.sh scripts/uninstall.sh
systemd-analyze --user verify systemd/user/nextcloud-borg-backup.service systemd/user/nextcloud-borg-backup.timer
install:
./scripts/install.sh
uninstall:
./scripts/uninstall.sh