- Created DATABASE_BACKUP_SETUP.md for detailed backup instructions - Implemented backup-databases.sh for automated database backups - Added logrotate configuration for managing backup logs - Developed setup scripts for user-specific backup configurations - Included error handling and logging in backup processes - Established cron job setup for automated backups - Provided examples and troubleshooting tips in documentation
4 lines
140 B
Bash
Executable File
4 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
# Backup wrapper - now backup script sources .env itself
|
|
exec /mnt/HC_Volume_103713257/tilbudgivern/scripts/backup-databases.sh
|