News

For Creating database backup files, copy and put MySql_Create_Backup.sh file to database server and adding it to crontab for running. For Sending database backup files to a stroage by FTP, copy and ...
bash-dbms/ ├── main.sh # Main entry point ├── lib/ │ ├── config.sh # Global configuration │ └── utils.sh # Common utilities ├── handlers/ │ ├── database_handler.sh # Database operations │ ├── ...