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 @@
[Unit]
Description=Daily Nextcloud Borg backup timer
[Timer]
OnCalendar=*-*-* 03:15:00
Persistent=true
RandomizedDelaySec=30m
Unit=nextcloud-borg-backup.service
[Install]
WantedBy=timers.target