=== wp Time Machine === Tags: plugins archive archives backup backups remote offsite Contributors: Paul G Petty Requires at least: 2.9.2 Tested up to: 2.9.2 Stable tag: 1.3.3 == Description == Creates an archive of all your WordPress Data & Files ... and have them stored remotely. That's right! Remote storage of ... 1. Your Data 2. Your Files (and Uploads) -- everything in wp-content 3. Your .htaccess file 4. Instructions for a smooth recovery You provide the remote account; this plugin provides a connection to the offsite facility you choose. You can use Dropbox (if you don't have a dropbox use this referral link): https://www.dropbox.com/referrals/NTE0ODYwNjc5 Also, archives can be 'sent' to Amazon's AWS S3: https://s3.amazonaws.com Here's the plugin home: http://wptimemachine.com And for feedback: http://wptimemachine.com/feedback There's a demo video on Vimeo, too: http://vimeo.com/10792292 == Installation == __This Plugin requires PHP5!__ The old way: 1. Download the plugin archive and expand it 2. Put the unzipped files in your wp-content/plugins/ directory. 3. Click "wp Time Machine" in the Settings Menu Or, this way: 1. Under the 'Plugins' menu in WordPress select 'Add New' 2. Enter 'wp Time Machine' into the search box 3. Choose the 'install' option ... == Frequently Asked Questions == What questions could you have? None, right. Well, if you do please submit them here (for now): http://wordpress.org/tags/wp-time-machine?forum_id=10 Oh, and if you're wondering ... How can I show my support? Visit this referral link: https://www.dropbox.com/referrals/NTE0ODYwNjc5 Who did this? Well me, mostly. But I got some help from this guide: http://www.devlounge.net/code/constructing-an-wordpress-plugin-admin-panel And, if you grab the plugin you can see all of the files I grabbed to connect to other's services in the includes directory. == Screenshots == 1. Here's the Admin interface, close up with instructions collapsed. 2. This is the simple Admin interface ... == Changelog == = 1.0.0 = * The first big release, with Dropbox support = 1.1.0 = * Addition of S3 = 1.2.0 = This version addresses an important issue in how MySQL archives are named -- the data is intact; but file should be saved as .sql.gz not .tar.gz; rnaming old files will work, too. = 1.3.0 = This version improves error messaging for blogs running on PHP 4 -- which is currently incompatible with this plugin.