Adds nexus and vikunja
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Backups the Nexus database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=Backups the Vikunja database
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/opt/bin/backup-postgres
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user