LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - General
User Name
Password
Linux - General This forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Tags used in this thread
Popular LQ Tags , , ,

Reply
 
Thread Tools
Old 05-18-2009, 09:45 AM   #1
taxpayer
LQ Newbie
 
Registered: Jan 2007
Location: Chicago
Distribution: Mepis 8.0
Posts: 13
Thanked: 0
Remote backup services?


[Log in to get rid of this advertisement]
There are a number of services offering remote backups, such as Elephantdrive, Biscu, Memopal, safecopybackup, others.... Most of the rates are in the range of $5 to $10/month.

Some claim to work with linux and some claim to be working on linux. If anyone here is backing up from linux using a service of this type I would like to know your experience. Thanks.
taxpayer is offline  
Tag This Post , ,
Reply With Quote
Old 05-18-2009, 09:51 AM   #2
SlowCoder
Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Fedora (Desktop), CentOS (Server), Knoppix (Diags)
Posts: 912
Thanked: 6
Here's what I ask myself when faced with such an option:
- How secure is the site?
- If the site was hacked, would I want my private data to be exposed?
- What happens when/if the site disappears forever, and I can't recover my data?
- How can I be sure the site maintainers aren't browsing my data right now? In other words, is my data truly private?
- Do I really want to entrust (allow to leave my control) my data to another entity?

To me, these are scary questions. I would much prefer to use my own backup solution, such as an encrypted USB hard drive, or DVD, that's kept in a personal safe.
SlowCoder is offline     Reply With Quote
Old 05-19-2009, 02:37 PM   #3
taxpayer
LQ Newbie
 
Registered: Jan 2007
Location: Chicago
Distribution: Mepis 8.0
Posts: 13
Thanked: 0

Original Poster
Slowcoder raises issues which I have considered

Slowcoder raises valid concerns, which I saw expresssed in a number of other threads here as I searched to see whether anyone had experience with over-the-Internet backups. I wanted to keep my initial post brief, but since they're now raised I will address them.
Quote:
- How secure is the site?
- If the site was hacked, would I want my private data to be exposed?
No site is absolutely secure, and I plan to take measures, including encryption, to minimize the likelihood of any problem with private data. However, most of the bytes I want to back up wouldn't be worth encrypting.

Quote:
- What happens when/if the site disappears forever, and I can't recover my data?
This is backup storage, not archives. I will periodically retrieve a file to make sure they're OK. If the backup site goes away, but not at the same time I have local problems, there really is no issue, only inconvenience.

Quote:
- How can I be sure the site maintainers aren't browsing my data right now? In other words, is my data truly private?
- Do I really want to entrust (allow to leave my control) my data to another entity?
I really don't like to entrust my data to governments, banks, investment operations, employers, etc. I can't avoid these. With a backup service, I can choose who to deal with, and take reasonable precautions.

Otoh, what if my house burns down, or burglars ransack the place? I currently use off-site storage, but it's hard to keep up to date and secure.

Anyhow, the reason I posted was to see whether anyone here had actually had experience with backing up over the Internet. So far, it appears that no one has.
taxpayer is offline     Reply With Quote
Old 06-26-2009, 08:23 AM   #4
taxpayer
LQ Newbie
 
Registered: Jan 2007
Location: Chicago
Distribution: Mepis 8.0
Posts: 13
Thanked: 0

Original Poster
Diino seems to work with linux

Exploring this issue further, I have found exactly one reasonably-priced service which demonstrably works with the linux I'm using, Mepis 8.0. That's Diino, which uses a java client, and costs $49/yr for 100 gb. (A couple of others claim to work, but I couldn't get them working, and I didn't try the more costly ones.) Altho data travels by ssl, they don't claim that it's encrypted on their disks, so I'll encrypt some before sending it.
taxpayer is offline     Reply With Quote
Old 06-27-2009, 12:21 PM   #5
choogendyk
Member
 
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 852
Thanked: 34
Another option is to do your backups with Amanda and send them to Amazon S3. I kinda doubt Amazon is going away anytime soon , and you can have your data encrypted by Amanda or not as you choose. You can also use it to do some backups to local drives or tapes for larger volume stuff and then do some particular things that take somewhat less bandwidth to go out to S3. I believe the Amanda API that was developed for S3 is also being adapted to other cloud storage options.

http://wiki.zmanda.com/index.php/How...p_to_Amazon_S3

That's been around for a while now, and there are a couple of blogs by people who have done it.

http://wiki.zmanda.com/index.php/Amanda_around_the_web

Clearly, Amanda works with linux. I don't know statistics, but while it grew up on Unix, there are probably more linux users now than for other platforms. You can get source, or you can get rpm's for a fair number of distributions of linux.

http://www.zmanda.com/download-amanda.php
choogendyk is offline     Reply With Quote
Old 10-05-2009, 10:47 PM   #6
taxpayer
LQ Newbie
 
Registered: Jan 2007
Location: Chicago
Distribution: Mepis 8.0
Posts: 13
Thanked: 0

Original Poster
Update

I just wanted to update what I've done since my last post > 3 months ago.

Diino not only stopped working, but their tech support stopped responding to my inquiries. So I looked for other options, found that memopal has a linux version in beta. It runs from the command-line and is sparsely documented, but it does run. I get up to 150 gb storage for $49/year (but if you click on the "switch to memopal/limited offer" button on their web site you can get about a 30% discount). Hopefully an improved final version will appear some time, but for now, at least it works.

Responding to choogendyk's earlier post, I did look into Amanda and S3, but that seemed to be a bit more complicated than what I could easily handle, and also more costly.
linux taxpayer is offline     Reply With Quote
Old 10-06-2009, 03:57 PM   #7
trickykid
Guru
 
Registered: Jan 2001
Posts: 23,977
Thanked: 8
Why not just purchase some 3rd party host provider that provides unlimited disk space and gives shell access and use something like rsync to replicate and do backups that way to the offsite server? I do it now myself and pay like $50 bucks a year for the hosting, where I also have my websites which get backed up vice versa to my home machine via an rsync script.

And if you like encryption, encrypt the files before transferring them to the remote server.
trickykid is offline     Reply With Quote
Old 10-06-2009, 07:30 PM   #8
lutusp
Member
 
Registered: Sep 2009
Distribution: Fedora
Posts: 835
Thanked: 136
Quote:
Originally Posted by taxpayer View Post
There are a number of services offering remote backups, such as Elephantdrive, Biscu, Memopal, safecopybackup, others.... Most of the rates are in the range of $5 to $10/month.

Some claim to work with linux and some claim to be working on linux. If anyone here is backing up from linux using a service of this type I would like to know your experience. Thanks.
I just don't understand this fashion. If you store your data in a public repository, a court can subpoena it. If the archive is encrypted and you refuse to provide the password, you can be held in contempt of court. The basic problem is that, by contracting with the service, you make the existence of the archive public knowledge, and many people can make a case for examining it.

Read all the stories about system compromises, thefts, and governmental demands for data access. Why would anyone consider this option?

How about this instead: Buy a waterproof ammo can (most recent ones are waterproof), put a DVD in it, and bury it in your backyard. If you bury it properly, the house can burn down and it will remain readable. No one knows of it, and if you are questioned about data archives and don't mention it, you can always say you forgot. The point is that the archive's existence is not public knowledge.

How exactly is a public, fly-by-night, $10/month data storage outfit better than an ammo can?
linuxfedora lutusp is offline  
Tag This Post
Reply With Quote
Old 10-06-2009, 10:24 PM   #9
taxpayer
LQ Newbie
 
Registered: Jan 2007
Location: Chicago
Distribution: Mepis 8.0
Posts: 13
Thanked: 0

Original Poster
Lutusp, thanks for accusing me of being fashionable, but I would be much more likely to forget a password than to forget that I buried an ammo can in my yard. I like to update my backups pretty regularly, without a shovel. And then there's the landscaping issue...but evidently your priorities aren't the same as mine.

Trickykid's suggestion that I use a hosting provider is actually my fallback. But Memopal allows me 150 gb of storage; I won't use all of it but it's nice not to worry about how much I do use. I'm not aware of any reliable host that would provide unlimited disk space, or even 50 gb, for $50/year. Suggestions?
linux taxpayer is offline     Reply With Quote
Old 10-08-2009, 11:47 AM   #10
trickykid
Guru
 
Registered: Jan 2001
Posts: 23,977
Thanked: 8
Quote:
Originally Posted by taxpayer View Post
I'm not aware of any reliable host that would provide unlimited disk space, or even 50 gb, for $50/year. Suggestions?
Well, if you want to know, I use Arvixe which has unlimited disk space and bandwidth starting at $4.00 a month.

http://www.arvixe.com

I've been using them for around 6 months (with no real problems so far) after pulling my own dedicated servers out of a local co-located facility which just wasn't worth the money to me any longer since I stopped using my servers as often as I use to. I was paying close to 3 times the amount in a month with my own dedicated servers that I'm now paying yearly for.
trickykid is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Restarting remote services possible? Swakoo Linux - Networking 2 09-22-2006 05:42 AM
Backup services status & custom kernel chessonly Linux - General 0 08-30-2006 02:19 PM
Updating services on remote server rogee Linux - Newbie 1 03-09-2006 07:50 PM
remote shell account services robert644 General 1 12-22-2004 10:41 PM
remote backup services? data vaults? alexd Linux - General 1 12-12-2002 09:13 PM


All times are GMT -5. The time now is 09:42 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration