aboutsummaryrefslogtreecommitdiffstats
path: root/system/cleanup-backup.timer
diff options
context:
space:
mode:
Diffstat (limited to 'system/cleanup-backup.timer')
-rw-r--r--system/cleanup-backup.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/cleanup-backup.timer b/system/cleanup-backup.timer
new file mode 100644
index 0000000..9879312
--- /dev/null
+++ b/system/cleanup-backup.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Cleanup backups every 3rd and 18th of each month at 05:00
+
+[Timer]
+# Every 3rd and 18th of each month at 5:00
+OnCalendar=*-*-3,18 05:00
+Persistent=true
+
+[Install]
+WantedBy=timers.target