What is the best software that can backup mysql and ms sql databases automatically?
Thanks
|
What is the best software that can backup mysql and ms sql databases automatically? Thanks | |||
feedback
|
|
Definitely (for linux) For windows mysql server you can use the scheduled backup tool from mysql administrator application. For MS SQL I use SQL script executed from scheduled tasks. Here is a good one. To upload automatically remotely (from windows) on a FTP server you can use Fling. | |||
feedback
|
|
For MySQL, I wrote a shell script to weekly full backup and daily incremental backup to a FTP server. PS: Can you define "best"? | |||||
feedback
|
|
Any of the Enterprise backup applications can handle this. Legato, CommVault, Backup Exec, etc. They can backup MySQL, MSSQL, Windows, Linux, etc. All it takes it buying the correct plugins. | |||
|
feedback
|
|
For MSSQL, a SQL Agent job can do that for you. It's built right into the SQL Server installation. | |||
|
feedback
|