In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
This script allows you to backup a MySQL database or multiple MySQL databases to, optionally a local folder, and upload the backups to a remote server using SCP. This script also has a dry run option ...
This script generates a backup of our MySQL database and then sends it to another remote server. It has been successfully used on two Ubuntu servers, 22.04 and 18.04, on different networks to send SQL ...