Link to home
Start Free TrialLog in
Avatar of burnedfaceless
burnedfaceless

asked on

Running a Cron job every 5 minutes to back up WordPress site to Github

I am going to put one of my servers at a datacenter and start hosting client's sites. I'm going to monitor the sites using pingdom, and I wanted to provide regular backups.

I wrote a shell script that backs up the database then pushes the repositiory to a private GitHub repo every 5 minutes.

Is running a Cron job every 5 minutes going to have an impact on my server's resources and load times?
ASKER CERTIFIED SOLUTION
Avatar of Brandon Lyon
Brandon Lyon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of burnedfaceless
burnedfaceless

ASKER

Thanks
As most of the stuff is in a database look for a database that can support on-line backups.
(possibly with taking a snapshot. LVM snapshot can help here if needed).