Adds nexus and vikunja

This commit is contained in:
tga
2026-07-17 11:16:47 +02:00
parent 5eaed28234
commit 7e87a6cbb9
39 changed files with 214 additions and 2185 deletions
+6
View File
@@ -0,0 +1,6 @@
[Unit]
Description=Backups the Nexus database
[Service]
Type=oneshot
ExecStart=/opt/bin/backup-postgres
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Timer for the backup-database service
[Timer]
OnCalendar=12:00:00
Persistent=true
Unit=backup-database.service
[Install]
WantedBy=timers.target
+6
View File
@@ -0,0 +1,6 @@
[Unit]
Description=Backups the Vikunja database
[Service]
Type=oneshot
ExecStart=/opt/bin/backup-postgres
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Timer for the backup-database service
[Timer]
OnCalendar=12:00:00
Persistent=true
Unit=backup-database.service
[Install]
WantedBy=timers.target