pundit wrote:
If Linode doesn't have private data transfer among its DCs then--I'd be very surprised.
It's quite expensive to deploy a true private network (your own fiber cables between the DCs). I'd be more surprised if they did, because they charge us for cross-DC bandwidth.
pundit wrote:
This forum is for feature suggestions ...
True, and I agree, it's a great suggestion. Truly redundant backups exceed the confines of 1 datacenter. I just don't see it being very affordable, especially with the amount of data that Linode is responsible for reliably backing up and the price that is being paid.
pundit wrote:
Paying another $240 per month ($80 + $160) for backing up my Linodes is not cost effective.
You could always use rsync on your home computer to download critical files. This of course is more complex, as you'd have to develop a strategy for also restoring these files to another Linode in the event of failure of your 4GB Linode. Backing up data without a restoration strategy is pointless
However, that way, you could utilize your own home bandwidth (which is typically "unlimited" in the sense you have a speed limit and not a hard monthly limit, typically). This would involve leaving your computer on all night, using cron and rsync (with Cygwin on Windows), and during backup periods considerable bandwidth usage (it may not be feasible to run it every hour, for example).
The primary benefit would be you can use your own cheap storage, and pay nothing extra. But again, proper planning and testing is definitely in order for this method to be truly effective.