=== 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.2.0 == 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. Right now, it's "just" these two providers ... more to follow soon. Don't have a Dropbox account? Visit this referral link: https://www.dropbox.com/referrals/NTE0ODYwNjc5 Additionally, as of version 1.1.0, backups can be 'sent' to Amazon's AWS S3: https://s3.amazonaws.com There's a demo video on Vimeo, too: http://vimeo.com/10792292 (based on version 1.1.1) == 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. Go to the Settings here: your_wordpress_installation/wp-admin/options-general.php?page=wp-time-machine.php 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. == Upgrade Notice == = 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.