Add database backup script

scripts/backup-db.sh copies the remote DB via scp to ./backups/
with a timestamp. Backups older than 30 days are auto-deleted.
Backup directory is gitignored.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-03-23 20:43:58 +01:00
parent 344bcfc755
commit 6d7d353ea2
2 changed files with 24 additions and 0 deletions

1
.gitignore vendored
View File

@@ -17,3 +17,4 @@ backend/vendor/
# OS
.DS_Store
backups/