Just write. Don't worry!

Backups paused for site update

Creation of new backups will be paused for 24-48 hours.

We are updating and testing some new features.

Posted in General · February 27th, 2009 · Comments (0)

Liquid Studios Relaunch

Our site, LiquidStudios, has been re-launched and we’re looking for work again.

Don’t worry, we haven’t forgotten about the features here for 1.0.

Posted in General · February 4th, 2009 · Comments (0)

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)

First donation

We forgot to press “publish” on this, a few days ago, so here it is, re-published…

Robert de Jong, owner (or should we say writer) of The It Factory blog donated. It wouldn’t be much reason to write about, except for him being the first one. But the thing is, the plugin didn’t work for him at that time but he loved the idea. Since version 0.6 we fixed the bug and his data is now in good hands.

Thank you, Robert, for trusting in us! Made us work harder ;)

(from all the wpb team)

Posted in General · January 21st, 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)

Read news on…

… you could also read..

Donations