Whit this simple bash script you can upload ".sql" file of your database on external FTP server
How it works:
If you have some problem contact me whit support url
- You need to change "user,password,host,db_name" whit information of mysql database
- You need to change "USERNAME,PASSWORD,SERVER" whit information of your server
FAQ:
Q: How can i make backup automatic?
A: You can use crontab (on linux) (more information)
Q:Why i can't start script?
A:Change file permission's whit 777

Bash External Backup MySQL Database Script 1.0
Upload a backup of your MySQL on an external FTP server