Initial commit; base scripting and systemd user event code for borg based backup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user