aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/backup-aura-states.service14
-rw-r--r--system/backup-aura-states.timer10
2 files changed, 24 insertions, 0 deletions
diff --git a/system/backup-aura-states.service b/system/backup-aura-states.service
new file mode 100644
index 0000000..5dfc42a
--- /dev/null
+++ b/system/backup-aura-states.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Backup /var/cache/aura/states directory
+ConditionFileIsExecutable=/usr/lib/systemd/scripts/backup-aura-states
+ConditionFileIsExecutable=/usr/bin/sudo
+ConditionFileIsExecutable=/usr/bin/aura
+
+[Service]
+EnvironmentFile=/etc/backup-settings
+Nice=19
+IOSchedulingClass=2
+IOSchedulingPriority=7
+ExecStartPre=/usr/bin/sudo /usr/bin/aura -B -q
+ExecStart=/usr/lib/systemd/scripts/backup-aura-states
+
diff --git a/system/backup-aura-states.timer b/system/backup-aura-states.timer
new file mode 100644
index 0000000..aed709d
--- /dev/null
+++ b/system/backup-aura-states.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Backup aura states every Monday
+
+[Timer]
+# Every Monday
+OnCalendar=Mon *-*-* 05:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target