rimshot
05-30-2006, 09:16 AM
From my understanding Siteground only provides weekly backups of data. I need to have nighly automated backups for Drupal and Mediawiki sites I have hosted at Siteground. I'm a little unsure as to the best approach to do this since we do not have command line access on our shared servers. How have others solved this problem? One method I have used when I have had command line access was to :
1. run a mysqldump of all my databases on the server.
2. use rsync to copy the files that have changed form the server to my local computer.
since we don't have rsync I'm guessing I can write a simple bash script to FTP all my files off the server, but somehow I need to dump the database from my script. Can I use mysqldump remotely? Is it possible to do an automated mysqldump on my shared server at siteground?
Any thoughts or solutions to how people have solved the problem of not having nightly automated backups much appreciated. thanks!
1. run a mysqldump of all my databases on the server.
2. use rsync to copy the files that have changed form the server to my local computer.
since we don't have rsync I'm guessing I can write a simple bash script to FTP all my files off the server, but somehow I need to dump the database from my script. Can I use mysqldump remotely? Is it possible to do an automated mysqldump on my shared server at siteground?
Any thoughts or solutions to how people have solved the problem of not having nightly automated backups much appreciated. thanks!