Hello,
I am interested in a script that automatically backs up all websites and MYSQL databases . Can anybody help me with that,or at least point me in the right direction, I really need this process done daily.
Thanks in advance !
Backup Script for Websites & Mysql Daily
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Aug 16, 2013 2:43 am
Re: Backup Script for Websites & Mysql Daily
Not really sure why you need to backup an entire website daily, that seems odd. As for the mysql, just use a cron job for that.
http://bit.ly/19zxQ6F
http://bit.ly/19zxQ6F
Re: Backup Script for Websites & Mysql Daily
I would recommend locally exporting your databases using the MySQL command-line client, then syncing that and all of your files to another Linux machine using rsync. http://www.rsnapshot.org/ may be useful to you, if you are looking for a daily-snapshot type of system.