Just write. Don't worry!

Plugin version 0.8.2

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)

Plugin 0.8 – Encryption

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

Pros

Cons

How to decrypt

  1. install the WordPress Automatic Backup plugin with version > 0.7
  2. go to the wpBackup -> Encryption page
  3. set up the two passwords and enable encryption
  4. the wpBackup -> Decryption page will appear; open it
  5. get the backup (.zip file) from the site or from your e-mail or drive
  6. extract the backup.sql file from it
  7. on the Decryption page upload the backup.sql file
  8. you’ll download the unencrypted file
  9. as with the unencrypted files – use it in phpMyAdmin and import data or in whatever software you like
  10. relax

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)

Plugin 0.7 – important bugfixes and 0.8 preview

Features planned for 0.8

  1. check on-demand by users
  2. check all backups (very high server load, unlikely we can get away with that until we move to our own server)
  3. check all backups for users that donated
  4. (1) + (3)
  5. off-site checking of backups – automatically downloading all backups, checking them and updating the result on the main site

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)

Plugin 0.6 – love for php 4 users

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)

Plugin version 0.5

New feature: API setting on wordpressbackup.com

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');
}
?>

New feature: test option

You can now test if the blog settings on WordPressBackup are correct. Just click the button and wait a little bit.

New feature: pause option

You can nou pause the automatic backup for a site.

Posted in Development · January 19th, 2009 · Comments (0)

Lock feature enabled and fixed

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)

Plugin version 0.4

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)

Plugin version 0.3 – SelfTest and Limits for time and

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”

plugin selftest perfection

plugin selftest perfection

(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.

Memory / Time Limits

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.

Plugin memory and time limits

Plugin 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

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)

Option to select what tables to backup

Worried someone might steal your user info or your secret links? Just set the plugin to backup just the tables you want.

Simple!

Database backup options for WordPressBackup

Database backup options for WordPressBackup

Posted in Development · January 18th, 2009 · Comments (0)

Read news on…

… you could also read..

Donations