Backup Script for Websites & Mysql Daily

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
tntsoft
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Aug 16, 2013 2:43 am

Backup Script for Websites & Mysql Daily

Post by tntsoft »

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 !
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

Re: Backup Script for Websites & Mysql Daily

Post by TacTicToe »

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
User avatar
Edge100x
Founder
Founder
Posts: 13121
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Backup Script for Websites & Mysql Daily

Post by Edge100x »

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.
Post Reply