Encrypted, deduplicated remote backups
11–20 of 50 posts
Re: Encrypted, deduplicated remote backups
#12Boldshare matches your feature list exactly. Client code will be open source. Beta in November: https://boldshare.com/
On the link you provided I found the following:
"Parts of the programm relevant for security and networking actions will be open source."
"Parts of the program" might not do it for everyone (me included). Will anyone be able to audit the full source code of the client and compile it themselves, like e.g. tarsnap? Otherwise I fear the usual trust issues arise.
If I missed some information at your linked site which says the entire client will be open source, then please correct me.
Re: Encrypted, deduplicated remote backups
#13I used to use Arq and it worked great but then the backups became too big.
EDIT: forgot you wanted opensource... oh well... anyway this works for me.
Re: Encrypted, deduplicated remote backups
#14Meeting most of the requirements on that list, I have found Arq[1] to be a great backup solution on OS X. It stores encrypted, incremental backups on S3 and although the client itself isn't open source, the data format is[2]. The company also maintains an open source recovery tool[3]. The only requirement that isn't met is cost, because S3 costs about $60/yr for 50GB. [1] http://www.haystacksoftware.com/arq/index.php…
Re: Encrypted, deduplicated remote backups
#15Meeting most of the requirements on that list, I have found Arq[1] to be a great backup solution on OS X. It stores encrypted, incremental backups on S3 and although the client itself isn't open source, the data format is[2]. The company also maintains an open source recovery tool[3]. The only requirement that isn't met is cost, because S3 costs about $60/yr for 50GB. [1] http://www.haystacksoftware.com/arq/index.php…
Re: Encrypted, deduplicated remote backups
#16What's wrong with tarsnap? http://www.tarsnap.com/ Added in edit: I see that people are saying it's expensive, and I appreciate that. When I bundle it into my considerations of how much I spend on other things, what I get, and my level of confidence in the service, it seems a good deal to me. In the interests of full disclosure, I don't actually use anything like this, as I have a storage solution provided for me. Bu…
Re: Encrypted, deduplicated remote backups
#17There's even a front end of it called Deja Dup [2] being distributed by the GNOME team and used in Ubuntu.
Re: Encrypted, deduplicated remote backups
#18If you're using a Linux-based system http://liw.fi/obnam/ might also be a good choice.
Re: Encrypted, deduplicated remote backups
#19Can encbup be used for automated backups? Seems like it's using symmetric encryption, so that the passphrase would need to be entered or passed as an argument on each run. Not sure if it meets all your requirements, but duplicity [1] has support for asymmetric encryption via gpg pub/priv key pairs. [1] http://duplicity.nongnu.org/ EDIT: just noticed the article mentioned duplicity as insufficient.
I wanted to also add GPG encryption, but I'd be unable to store the key locally, so I couldnt find a way to get it for subsequent backups. I'll have to see how duplicity does it.
Re: Encrypted, deduplicated remote backups
#20What's wrong with tarsnap? http://www.tarsnap.com/ Added in edit: I see that people are saying it's expensive, and I appreciate that. When I bundle it into my considerations of how much I spend on other things, what I get, and my level of confidence in the service, it seems a good deal to me. In the interests of full disclosure, I don't actually use anything like this, as I have a storage solution provided for me. Bu…