Buy Cheap Storage from Google and use it for Online Backup
Today, Google has dramatically decreased prices for the extra storage you can purchase for Google Services like Gmail and Picasa. The current prices:

Apple also provides upgrade options for iDisk and MobileMe Mail, however their prices are significantly more expensive an extra 60GB from Apple will set you back for an additional £59 (~ $100), while Google for 80GB charges only $20!.
So you might think that Apple's iDisk is atleast accessible from everywhere, while Google Storage can't be accessed as a drive? Think again, this is how:
For Mac Users:
Install gDisk. gDisk provides an accessible application for mounting your gmail drive on your mac.
For Linux Users:
The most popular way for Linux users to mount Gmail storage locally is to use FUSE. If your on ubuntu, this is how to do it
sudo apt-get install gmailfs cp /etc/gmailfs/gmailfs.conf ~/.gmailfs.conf chmod 600 ~/.gmailfs.conf
Now specify your gmail account credentials in ~/.gmailfs.conf and to finally mount the drive, just type:
mkdir gmail mount.gmailfs none gmail
For Windows Users:
Just like for the Mac there are applications available like gDrive Shell Extension
How to mount your MobileMe iDisk in Linux
I tried mounting my iDisk about 3 years ago in a Linux system and I had to use Cadaver for it. It was not easy to configure. Fortunately now things have changed. You just need 1 command (or two if you have to install davfs2) to mount a Webdav share (iDisk uses webdav).
1. First install the WebDAV Linux File System (davfs2). If you are using Ubuntu (as many people seem to be doing nowadays), you can install davfs2 by typing.
~# sudo apt-get install davfs2
2. To mount a dav share then, simply create a folder for it
sudo mkdir /mnt/idisk
and mount your idisk
sudo mount -t davfs https://idisk.me.com/$MOBILEMEUSERNAME /mnt/idisk/
Replace $MOBILEMEUSERNAME with your Mobile Me username. Davfs2 will ask for your password, and then you can start using your idisk.