Muffinresearch Labs by Stuart Colville

Web 2.0 data recovery | 1 Comment

Posted in Web 2.0 on 7th January 2006, 12:17 pm by

If you think about the growth of web 2.0 applications and think about how you yourself are using these tools from day to day you begin to realise that we are trusting a lot of data to these services. With every new service we sign up with we are trusting that their service will be available, that our data won’t suddenly dissappear overnight and that our privacy will not be abused.

Let’s face it, the EULAs for all of these services contain disclaimers stating that the data is the user’s responsibilty. That’s logical, but how many of these services make it easy for the end user to back-up their data. A common concept in Web 2.0 applications is that it’s easy to get data in and easy to get data out, but how many well-known web 2.0 applications have a feature that allows the user to both export and re-import exported data?

I took a look at a few of the applications I mentioned above and found that the means to backup data is not as comprehensive as it needs to be:

Description Export data Import of exported data
Remember the Milk (Beta) YES (iCal format) NO (but planned)
Basecamp/Backpack YES (xml format) NO
Flickr NO NO
Del.icio.us YES YES

Conclusion

I am advocating that any web application that handles any level of user data above basic account information should at a minimum provide a way to export all data and import the exported data back-in. In the unlikely event of a major disaster at the supplier’s end, where their own backup fails, the user can simply restore their data.

Even though it may be extremely unlikely that data will be lost in this way, it would be comforting to know that we can take responsibilty of our own data recovery.

Post Tools

  • http://pjhyett.com PJ Hyett

    Couldn’t agree more. This is very relevant to the work I’m doing over at Wayfaring.

GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(2)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.519s.