aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/backup-var-log-journal.service11
-rw-r--r--system/backup-var-log-journal.timer10
2 files changed, 21 insertions, 0 deletions
diff --git a/system/backup-var-log-journal.service b/system/backup-var-log-journal.service
new file mode 100644
index 0000000..6d1a5ec
--- /dev/null
+++ b/system/backup-var-log-journal.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Backup /var/log/journal directory
+ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-var-log-journal
+
+[Service]
+EnvironmentFile=/etc/backup-settings
+Nice=19
+IOSchedulingClass=2
+IOSchedulingPriority=7
+ExecStart=/usr/lib/systemd/scripts/backup-var-log-journal
+
diff --git a/system/backup-var-log-journal.timer b/system/backup-var-log-journal.timer
new file mode 100644
index 0000000..30bd91c
--- /dev/null
+++ b/system/backup-var-log-journal.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup /var/log/journal every Tuesday at 06:00
+
+[Timer]
+# Every Tuesday at 06:00
+OnCalendar=Tue *-*-* 06:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target