Just write. Don't worry!
A small update fixing a small bug (some class names are used by other plugins).
Thank you, Mark (Les Fruts De Mer), for reporting the bug!
Posted in Development · February 4th, 2009 · Comments (0)
We’re happy to announce that encryption has been implemented. Download the WordPress Automated Backup Plugin from here or wait until it’s updated on
How to decrypt
We strongly recommend looking at the SelfTest plugin page to see if the decryption test is ok. And then we strongly recommend checking the first encrypted backup! Download it and unencrypt it. If it looks out of place then it means your host has non-default settings.
Ask them if “the mCrypt function in php is enabled” and send us the reply. Since there are so many configurations possible we took the most widely-used as a starting point.
In a future version we will add an option to set your own encryption / decryption algorithms.
Posted in Development · January 21st, 2009 · Comments (0)
Features planned for 0.8
We’re also thinking about putting the e-mail notifications on the off-side checking, if we go to that route
Any sugestions or opinions are welcome
Download the plugin from the WordPressBackup site.
Posted in Development · January 20th, 2009 · Comments (0)
We think in objects. We’re programmers.
And we apologize to all the php4-hosted users out there. Our plugin would choke on php 4. We missed a few things.
We’re sorry and we’ve learned our lesson…
If you’re hosted on php 4 go to home-page and click download plugin.
Should work smoothly now.
Posted in Development · January 19th, 2009 · Comments (1)
There are some people that have the blog set up to not run scripts from the plugins folder.
To fix this :
<?php
if(is_file('wp-content/plugins/wordpressbackup/wpbdc.php'))
{
define('WP_USE_THEMES', false);
if ( !isset($wp_did_header) ) {
$wp_did_header = true;
}
require_once('wp-load.php');
require_once('wp-content/plugins/wordpressbackup/wpbdc.php');
}
?>
You can now test if the blog settings on WordPressBackup are correct. Just click the button and wait a little bit.
You can nou pause the automatic backup for a site.
Posted in Development · January 19th, 2009 · Comments (0)
The lock feature has been fixed.
Go to Backup->Restore and you can lock/unlock a backup. A locked backup won’t be deleted to make room for new ones. This way you can select a backup and create a recovery point at a certain time.
Be careful, if you lock all your backups and there is no space left for new ones, the new ones will be dropped.
It’s 2 am here so we’re gonna go sleep for a while..
We wish you a great day tomorow!
Posted in Development · January 19th, 2009 · Comments (0)
Some hosts add various ads in the pages wordpress generate. We’ve modified the server to try and remove those so you have a clean backup.
Version 0.4 is required for the feature to work.
Posted in Development · January 19th, 2009 · Comments (0)
New feature added – SelfTest
The plugin tries to simulate a connection to see if it works correctly. Here is an example of a “perfect reply”
(click to see a bigger image)
If you’re getting something else than {”test-reply”:”ok”} copy-paste the text in our contact form and send it to us with the subject ‘not working’. We’ll look into the matter.
For some of you that have alot of posts and/or comments the backup script would stop in the middle of the script. For others, it would error out when trying to set memory and time limits.
These will default to “no” – means letting the server do it’s thing.
If you know what you’re doing and your script isn’t backing up (the @NO-END error in the backup log), try setting the time limit above 30 or/and memory limit above 6. 120 seconds and 12 megabytes should be enough for a medium-sized blog on a good (fast) host.
Posted in Development · January 18th, 2009 · Comments (0)
Public beta opened due to too many e-mails received. We’re so busy implementing features that we don’t have the time to manually create so many accounts.
Posted in Development · January 18th, 2009 · Comments (6)
Worried someone might steal your user info or your secret links? Just set the plugin to backup just the tables you want.
Simple!
Posted in Development · January 18th, 2009 · Comments (0)