summaryrefslogtreecommitdiffstats
path: root/systemd/system/pg_basebackup@.timer
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/system/pg_basebackup@.timer')
-rw-r--r--systemd/system/pg_basebackup@.timer12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/system/pg_basebackup@.timer b/systemd/system/pg_basebackup@.timer
new file mode 100644
index 0000000..da0bb3f
--- /dev/null
+++ b/systemd/system/pg_basebackup@.timer
@@ -0,0 +1,12 @@
+[Unit]
+Description=Weekly Basebackup of PostgreSQL Cluster %i
+AssertPathExists=/etc/postgresql/%I/postgresql.conf
+
+[Timer]
+OnCalendar=weekly
+RandomizedDelaySec=1h
+FixedRandomDelay=true
+
+[Install]
+# when enabled, start along with postgresql@%i
+WantedBy=postgresql@%i.service