I have read several recommendations of online backup services. These indeed sound attractive options as they provide a means for off-site backups, and I would expect they ensure your data is backuped thoroughly. However, I particularly dislike the thought of publishing my data online. Is it possible to use an online backup service while keeping your data private?
feedback
|
migrated from superuser.com Oct 1 '10 at 14:56
This question came from our site for computer enthusiasts and power users.
|
Yes and No, Pretty much every online service has encryption to prevent your documents being compromised if a server or hard drive goes missing (assuming they do all the back ups and fault tolerance their end). However, if you can decrypt / get it using software, it pretty much always means that they would also be able to. Your only real bet is to encrypt it yourself using something like Truecrypt, and backing up the encrypted version (just don't backup a plain text file with the encryption key!.. Can't tell you how many times I have seen people do that!) If you really think that a place is dodgy and will read your items, perhaps they would not be the correct place for you. However, if you are like me and just over suspicious of everyone, encrypt or do not use these services! | |||||||||
feedback
|
|
The only real safe way would be to use well-reviewed open source software (probably something rsync-based) and use an online service only as dumb repository for encrypted data. The problem is that (as far as I'm aware) the dedicated backup services all require you to run a proprietary client. If they wanted your data, all they'd have to do is have that client run a keylogger to defeat any encryption you're doing yourself. Unfortunately, those proprietary clients are much better than anything open source at making the backup process easy and unobtrusive. | |||
|
feedback
|
|
You may also check out http://www.wuala.com/ not exactly a backup service, but an online storage service, where data is stored encrypted. So I'm not sure if it suites your needs. | |||
|
feedback
|
|
You could encrypt your files (and keep the keys with you of course) like already suggested in most answers here. You could use But, if the sum of your files is a small number, it would be safer and easier to use a TrueCrypt volume which contains a compressed ( | |||
|
feedback
|
|
Further to Wil's answer, Dropbox is one service (and there must be others) which uses rsync to synchronize files - so only changes are uploaded. This should make syncing a truecrypt volume bearable. Reference: https://www.getdropbox.com/help/8. They also have a page on using truecrypt. Shameless whoring time: if you do sign up, you can use this referral link to get us both 250MB extra space: https://www.getdropbox.com/referrals/NTE5MDYzNjQ5 | |||||||||||
feedback
|
|
Yes, if you choose the right online backup provider. If you ensure that they provide an SSL encryption connection to their server and the data is encrypted the other end, it is a good start. One great example of secured online backups is Mozy Online Backup. It uses a secured SSL connection from your computer to the backup server and stores the data encrypted their end. Very secure. It is also free up to 2GB. Beyond that, costs are very low. Of course, this is just one example. | |||
|
feedback
|
|
I recently asked about online backups on server fault to a different end. It brought to light rsync.net which might be attractive to you. They don't require a client to use, although they do provide a lightweight agent that can automate backups for you. If you desire, you can opt for your own tools to back up to them using ftp/sftp/scp/http. They pretty much just provide you access to a remote file server, and let you decide on how to put the data there. The tool they provide though allows for extensive configuration of backups as well as email reporting. Again, the tool isn't required, but is worth checking out. We have had a lot of trouble with Mozy for our remote servers, and are about to start migrating over to rsync.net. | |||
|
feedback
|
|
Jungle Disk will encrypt your data. However, it is a bit more complicated to set up than services like Mozy and Carbonite, and it can easily get more expensive depending upon how much data you wish to store. | |||
|
feedback
|
|
I still wonder about that people have not understood the most basic fact about crypto: if you want a trustable crypto solution, it must be OPEN SOURCE! There is no such thing as "you can trust our product with crypto" - so all the reviewers here that recommend services that do not offer the FULL sourcecode to their products, completely FAIL. To give a reommendation: use http://code.google.com/p/duplicati/ and have everything under control. Again, for the slow guys in the back rows: CRYPTO != TRUST. If a company is writing marketing blabla like "you can trust our product" without releasing the source, just forget it. | |||
|
feedback
|