| Author |
|
Grande_Assiro Newbie


Joined: 23 March 2009 Location: Italy
Online Status: Offline Posts: 2
|
| Posted: 24 July 2010 at 1:15pm | IP Logged
|
|
|
Hello everybody! I've just purchased my personal copy of RT 4.1 and I'm very very satisfied!!
I would like to know if it is possible to schedule a backup of a MySQL database via RoboTask...
It would be absolutely great since I use RT to automate the backups of a lot of websites with a lot of MySQL databases (backup paranoia of web admin, I guess...)
Who could give me a hint? I'd really appreciate it!
Grande Assiro aka Andrew
|
| Back to Top |
|
| |
Grande_Assiro Newbie


Joined: 23 March 2009 Location: Italy
Online Status: Offline Posts: 2
|
| Posted: 24 July 2010 at 1:28pm | IP Logged
|
|
|
I forgot to mention...
I'm quite newbie with MySQL management: what I've seen so far around is the mysqldump command:
mysqldump
-u [username] -p [password] [databasename] > [backupfile.sql]
Now, what I need to know is how to run this command and how to backup (via FTP I guess) the backupfile.sql on my local PC.
I've seen that there's the SQL query in RT so I guess I should use that.
As I've said before, every hint is precious! 
|
| Back to Top |
|
| |