Book Image

WordPress Multisite Administration

By : Tyler Longren
Book Image

WordPress Multisite Administration

By: Tyler Longren

Overview of this book

WordPress is an incredibly popular blogging platform. Few people realize that the software behind WordPress.com, which is a standalone WordPress with multisite enabled, is available for free, for anyone to make use of. WordPress Multisite is a special “mode” built into WordPress, which allows you to create a network of multiple websites, all running on a single installation of WordPress. WordPress Multisite Administration is an easy-to-understand book filled with information, tips, and best practices to help you create and manage a blog network similar to http://wordpress.com/, by using WordPress Multisite. WordPress Multisite Administration will take you through all the steps necessary to get WordPress Multisite installed and configured on your server. It covers everything from installation and initial configuration to customizations and some helpful troubleshooting tips. You will also learn how to build your own blog directory that features the authors in your WordPress Multisite network. The blog directory is built by making use of WordPress child themes, an incredibly useful thing to know how to do. You'll learn everything you need to know about running and maintaining a WordPress Multisite installation.
Table of Contents (14 chapters)
WordPress Multisite Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Backups


Backup, backup, backup! I know it's boring, and sometimes tedious, but it's something you must do. There's one plugin that I've been using for a while now on all of my WordPress sites to take care of backups. The plugin is called BackWPup and is free in the WordPress Plugin Directory. You can find the page at http://wordpress.org/plugins/backwpup/.

BackWPup is very powerful. It takes care of backing up individual files, such as themes and plugin files, and also creates backups of your database.

The thing that I really, really like about BackWPup is that it integrates with remote storage environments, such as Dropbox, Amazon S3, and regular FTP. I've got all my WordPress sites set up to do weekly backups of files and the database, and then send that backup file to a folder in my Dropbox account. It works awesomely well, and is a really valuable tool. In the following screenshot you can see how to create a new BackWPup job, telling it what to include in the backup:

BackWPup creating...