Key wrote:
The ablilty to download/ upload your own disk images would be a very handy feature and it would give us all piece of mind knowing our backups were close at hand if ever needed
It's reasonably easy enough to do it yourself at the moment - see
http://library.linode.com/linode-manage ... e-over-ssh for an example. Of course, "close at hand" depends on where you are transferring the image to (available bandwidth), and how large the image is. I suspect in many cases - aside from a complete loss of the Linode host - a filesystem based backup scheme will be more effective, as well as permitting more selective restores.
Note the library example "pulls" it from the Linode. If you have an ssh server on the target machine, alternatively you could swap things around and do a push.
Also, since the image you want to duplicate is a backup image, you can use your existing Linode OS (rather than a Finnix config) as long as you mount the backup image as a device in your current Linode (I'd suggest marking it read-only in fstab - don't risk changing the filesystem while it's being transferred). So you'll still need a reboot to add it to your profile, but you can continue to operate your normal configuration while the transfer is taking place.
-- David