![]() |
Wordpress sites backups
Guys, I have a network of about 80 WP sites spread over 10 different hosts. What would be the best way to backup them (files+DBs) regularly? Doing it manually is a pain.
Thanks for your advices. |
I'm using InfiniteWP to manage the Wordpress sites in bulk and it also has backup features.
|
|
Denny, the easiest, most reliable way to do this is via simple automation.
If you don't know how to do this type of thing, just shoot me a PM and I can explain it in detail specific to your needs. |
Another plugin that is both free and paid is UpdraftPlus, it allows you to backup to like 15 different backup/storage options, plus it allows you to send the backups several different ones for double/triple the backups.
|
Quote:
|
Yeah me too I use WP-DBManager WordPress Plugins, it can send the backup to your email too...
|
Quote:
A remote server with OpenStack is perfect for this. That's what I have. Once setup and tested (untested backups aren't better than bricks), It's awesome. |
Thanks guys :thumbsup
|
Quote:
|
Quote:
so for example i can ftp upload backup on fresh domain and have my old site with all goodies running? |
I use an FTP program that I can script automatic backups over any number of servers and sites.
|
Quote:
|
The problem with plugins is that they create a dependency on a third party -- OFTEN by authors doing it for a hobby or for free. And then you now rely said third party author to keep their plugins current. Plugins are likely the #1 reason for problems with Wordpress sites during an upgrade, themes are probably second. Not to mention that every plugin you use -- even those not activated -- add to a server overhead and external calls (such as checking them for upgrades).
Thus, for anyone with the ability to do so, removing as much reliance on third parties to make your site work is not a bad thing. Certainly for something as simple as backups, database dumps, and rsyncs, using native command line tools like tar, mysqldump, and shell ftp, would be more efficient overall. |
Quote:
|
I am using WP-DBManager plugin. Works flawlessly.
|
Quote:
|
Quote:
|
Quote:
Code:
# ########################################################## All one needs to do then is to add a cron job to execute backups.sh nightly. Code:
0 0 * * * /bin/bash /path/to/backups.sh > /dev/null And these command line instructions remove any dependency on a third party plugin and are included with any basic *nix server. |
Quote:
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 02:43 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc