Simple backup script for the xelA database.
Runs daily at midnight UTC, dumps the PostgreSQL database to a .bak file.
Backup files are stored locally and moved elsewhere manually, might automate the moving later.
You need Python >=3.12 to use this script.
Copy .env.example to .env and fill in your values.