adding postgresql backup script

This commit is contained in:
2024-05-11 17:47:53 +02:00
parent 744597495d
commit e017320e8c
5 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Performing PostgreSQL database backups every days at 3:00am
[Timer]
# Run every days at 3:00am
OnCalendar=*-*-* 3:00:00
Persistent=true
[Install]
WantedBy=timers.target