Best Online Remote Backup Service w/Linux Client?
technocraft asks: "I've been searching for an online service to backup data from my Linux file server and have come up with nothing. For many users, Carbonite looks to be a great solution: Affordable, with 'unlimited' capacity. Unfortunately for me, you can only backup from Windows XP and explicitly NOT from external drives or network mapped drives (like my file server)."
Is anyone aware of an online backup services without these restrictions?
They use rsync over ssh:
http://www.rsync.net/
Base rate: $1.80/gb/month
Volume discounts:
25-49GB - 10% Off
50-99GB - 20% Off
100-199GB - 30% Off
200-399GB - 40% Off
400-999GB - 50% Off
1TB+ - 60% Off
You get supposedly unlimited storage, and pay for only what you use.
I haven't actually tried them though.
I use Blacksun which doesn't have the "unlimited" storage you had before, but they are very affordable and offer rsync, ssh, sftp, and the regular linux services as well as the typical dragndrop interface clients. Very nice, and their tech support is helpful and quick to respond!
Did you ever notice that *nix doesn't even cover Linux?
Presumption: After a crash or loss, you may not have access to any of your own encryption keys.
Query: How can you possibly trust any third party not to take liberties with personal or business information entrusted to their care?
I really think you're better off taking care of backups in-house, along with of course keeping some of those same backups off-site in a secure manner.
--
I don't want to rule the world... I just want to be in charge of mayonnaise.
My reaction to rsync.net was similar. I'd really love to try them out, but I can't come up with any really good ways to justify that kind of expense.
... I bet you could get the whole thing down to a few watts that way and under $200.)
If you have multiple locations available for your use -- and if you're a home user, who doesn't? (parents, friends, etc.) -- it's a lot cheaper and you can get a lot more flexibility if you take an old PC, put a bunch of drives in it, and set it up somewhere. Then just have your systems replicate to it at night. (Yes, it's not bidirectional if you just use vanilla rsync, so if you have a lot of file churn you'll need to script something to keep the backup from bloating.)
I guess the 'setup cost' is higher than a managed service like rsync.net, but a minimalist system doesn't even take that long. Install Debian, install rsyncd if it's not already there, and open a port in the firewall for it. (Actually you don't really even need to run it as a daemon, now that I think about it.) WebDAV could take longer, but you'd have to really value your time highly to pay rsync.net's prices in exchange for an afternoon setting up Apache and a couple of cron jobs.
Personally I just have an old 600MHz Celeron machine that I set up with rsync and ssh/sftp with dyndns, and then traded a friend for a similar system that he had set up. I keep his box in a closet, plugged into my router, and he does the reverse. We both get off-site backups, and the only real cost of ownership is the electricity. (And if I was doing it today, you could get one of those routers that can run Linux from CompactFlash and can mount an external HD via USB 2.0
I am normally very skeptical of the DIY route -- it's tough to compete with mass-production in many instances. But I think that this is one situation where even a low-grade geek can toss themselves together something in a day that will be nearly the equal of rsync.net's service, for workstation-backup use. Hopefully the rsync.net guys will adjust their pricing accordingly and make a liar out of me soon, though.
"Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
Jungle Disk is a cross-platform front-end for Amazon S3 that supports Windows, Mac, and Linux. You only pay the Amazon fees ($0.15/gig/month). On Linux you can mount it directly using DavFS then backup using any software you want (rsync, etc). It supports encryption and caching as well.