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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ backend/vendor/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
backups/
|
||||
|
||||
Reference in New Issue
Block a user