This plugin is pretty simple. You can use Dropbox, Amazon's S3, or an FTP account to store WordPress. Need an account?
Visit: Dropbox. Or, for Amazon's S3 visit:
https://s3.amazonaws.com. If you decide to use an FTP account,
it makes a lot of sense to use a remote FTP account on a server that isn't shared with this WordPress installation.
The files that get generated for each archive are:
- wpTimeMachine-content-files
- wpTimeMachine-data-files.sql
- wpTimeMachine-htaccess.txt 1
- wpTimeMachine-Instructions.txt 2
- wpTimeMachine-RestorationScript.sh 3
1: if you're not using .htaccess then no, it won't be created
2: if you're ever recovering from a catastrophic WordPress failure, this file will help
3: this file is still under development & should be used with caution
It's a good idea to store the following two items on your own, (in the same place as the files above):
Your copy of WordPress:
Or, read about how to use
Subversion for your WordPress implementation.
Your copy of wp-config.php
For security purposes this file is not backed up!
Information about Scheduling (and cron):
For example, you might use curl:
curl "?generate=1"
Note that it is recommended that you set up a separate cron job to delete the temporary archive files:
curl "?clean=1"
There are many ways to use the scripts referenced above ... this is just an example, for more information read this:
http://wptimemachine.com/-/scheduling-wp-time-machine-via-cron/
Having trouble? Visit the WordPress forum, and please share
this URL: " target="_new">
(the log -- if enabled -- contains vital information for trouble shooting).