View Single Post
Old 06-07-2017, 04:33 PM  
robwod
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Posts: 2,536
Use a cron job with tar and mysqldump to back up and dump everything nightly. If space is an issue, use a tool like rsync to store incremental backups on a remote storage location.

Once you set it up, it's entirely automated every single night and you can certainly do it for multiple servers (rsync can handle numerous servers, but best to set up keys for it).

Similarly with upgrades. You can store all your plugins and themes on a single location and then just use rsync and wget / cron to download a fresh copy of wordpress each night, and push it out to your existing sites, regardless of server. Same with plugins and themes. This will ensure you always have the freshest files each day.

To that end, you'd either need ssh access, the ability to create cronjobs and, ideally, a bash file that can execute all the stuff you want to do via cronjob, or you'd need to ask your host to set it up for you. It's quite straightforward.
__________________
NSFW
robwod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote