Online Storage

Hi all!

I was just reading an article about using Dropbox on Linux and it got me interested in the different cloud storage options available.

Cloud storage is becoming a big think in the information age, with everybody wanting to have all their files accessible from any piece of equipment anywhere around the globe. More and more storage options are appearing and I know Dropbox has become a widely used name in recent times.

I have used Dropbox as a sharing tool for myself and some friends but after looking into it a bit deeper I found another option in Wuala. Same principle only a big selling point for me was that all the data on my 2Gb cloud is encrypted.

Now lets get to the point!

I was interested if anybody on the forums uses a different online storage service, like Windows Skydrive or UbuntuOne, and what you would recommend about them.


If you are interested, the afore mentioned article can be read here.

Here are some links to the services mentioned above.

Dropbox
Wuala
Windows Skydrive
UbuntuOne

[EDIT]

If this is of particular interest to a large enough number of you I might do a review of some of the most popular services you can use on Linux.

I’ve always been happy with Dropbox, so can’t say I’ve tried anything else :o

As for encryption … if I bung anything in my dropbox I don’t want others to have access to, I encrypt it myself, which somehow feels safer than entrusting the encryption to others.

Windows Skydrive is out … something to do with the name puts me off, but I can’t quite put my finger on it :wink:

UbuntuOne … I have it set up, but don’t actually use it … no particular reason … just used to dropbox.

Waula … hadn’t heard of them before, so I’ll certainly be taking a look … if it’s ALL encrypted, how does giving people a link to something in the “Public” folder work ?
(I suppose the best way to find out is to give it a spin)

I think Dropbox encrypts all the data as well but Wuala encrypts it on a user to user basis instead of just encrypting their servers. If that makes sense.

I haven’t tried the shared folder yet, no one else I know uses it yet! No matter how many times I mention it!!

What I meant was dropbox allows me to hand out a single link to a file in my “Public” folder like this:
http://dl.dropbox.com/u/11876059/configPack.tar.gz

but that doesn’t actually give someone unfettered access to my “public” folder by shortening the address to:
http://dl.dropbox.com/u/11876059

But if the contents were encrypted … would a link to a file (like thee top one) send them an encrypted file which would be useless to them ?

That is a very good question! I’ve never tried that on Dropbox or Wuala. I will have a look into it.

Mark, just out of interest what application/program do you use for file encryption.

I don’t do a lot of encryption … so it depends on the circumstances.

Just a password protected rar with file list encryption.
or
ccrypt (in most distros repos)

Be aware ccrpyt is a command line tool, and only encrypts single files (so you’ll need to archive, if you want to encrypt a directory)

And the MAJOR thing to watch out for is it AUTOMATICALLY deletes the original as you encrypt/decrypt … so if you need to keep an original, move it to another directory first. ← this can be a bit of a pain so be careful.

Encrypt with:

ccrypt -e filename

you’ll be asked twice for a passphrase.

Decrypt with

ccrypt -d filename.cpt

simple as that … uses 256bit AES encryption (Rijndael cipher) … it may not be the strongest encryption in the world, but for that I suppose I’d have to do some more research if I ever had the need.

There’s a Windows version (cygwin) but I’ve never tried it.
http://ccrypt.sourceforge.net/

As I said I have little need for encryption … other than things like my password lists … for which I used to use KeypassX, but now just encrypt a text file myself with ccrypt, then I can store it on my dropbox along with a few other encrypted things … I’m always open to better suggestions though, as long as they’re easy to use :wink:

Cheers for that! I’ve used bcrypt before, which uses the Blowfish algorithm.

I know in bcrypt using the -r argument leaves the original file intact, there may be something similar in ccrypt. I’ll have a look into it.

Hmm … and I’ll take a look at bcrypt :slight_smile:

Interesting stuff, but I mainly use dropbox if I ever want to store something that I can have available anyway, although when I buy an old beige box, I’ll be turning it into an NAS, so it’ll probably make Dropbox redundant, unless I want to share some files.

Another cloud service I use is mediafire. I usually use this to store my “programs” (if you get what I mean) that came in archived files. I also use it to store my video editing stuff, like plug-ins, soundtracks, etc. It lets you encrypt things with passwords etc on the server, or you can upload the files already encrypted.

I also use dropbox, that is embedded in peppermint two , making it so easy for non experts (me) to use.
I have it on my acer one and on my duel boot desktop m/c (with peppermint and xp)

I’ve also signed up with CX.com that has 10 gig free, after reading some excellent reviews, but to make most use of it, drag and drop folders etc, an app has to be downloaded and surprise surprise linux is not supported (yet).

I use Dropbox, Ubuntu one and box.Come. All synced with my phone networks and laptop. Box are offering 50gb if you register by 23 March.

Interesting! I will take a look at that.

The box.com “Personal” account only comes with 5GB for free … where did you get 50GB from ?

As box.com don’t do a Linux client … if anyone’s interested in a way of mounting your box.com WebDAV share … see the fourth posting (Promoted response) here:
Box Support
or my instructions in the second Quote box below.

The above applies to Ubuntu/Mint/Peppermint/Deban etc. … but should be easily modifiable for any other distros.

Be aware that in Ubuntu 11.10 you can mount a WebDAV share directly from within the nautiuls file manager from the File>Connect to Server dialog, so that may be a better way … but that doesn’t work in 11.04 (and probably earlier) … so you’ll have to follow the instructions below.

And just in case … here it is in full:

Or in my (hopefully clearer) Ubuntu/sudo terms:-