aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/backup-bitlbee.service11
-rw-r--r--system/backup-bitlbee.timer10
2 files changed, 21 insertions, 0 deletions
diff --git a/system/backup-bitlbee.service b/system/backup-bitlbee.service
new file mode 100644
index 0000000..5ab261a
--- /dev/null
+++ b/system/backup-bitlbee.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Backup Bitlbee configs
+ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-bitlbee
+
+[Service]
+EnvironmentFile=/etc/backup-settings
+Nice=19
+IOSchedulingClass=2
+IOSchedulingPriority=7
+ExecStart=/usr/lib/systemd/scripts/backup-bitlbee
+
diff --git a/system/backup-bitlbee.timer b/system/backup-bitlbee.timer
new file mode 100644
index 0000000..2ff52ce
--- /dev/null
+++ b/system/backup-bitlbee.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup of Bitlbee configuration every 2nd and 17th of a month
+
+[Timer]
+# Every 2nd and 17th of each month at 5:00
+OnCalendar=*-*-2,17 05:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target