Is there any free and established (that is not trashy and prone to go away any day) cloud service that I can upload files to ?

I need this for daily backup of some small amount of essential data from my computer that can be then accessed from anywhere.

link|improve this question

67% accept rate
What do you mean by free? As in free beer or free speech? – user39559 Jan 20 '11 at 18:42
feedback

2 Answers

up vote 1 down vote accepted

Amazon S3 is gaining ground for this purpose. There are a number of tools people have written for automating backups to S3 via command line.

link|improve this answer
feedback

Amazon's S3 service seems quite reliable.

You didn't mention which OS you want a command-line tool for, but boto (http://code.google.com/p/boto/) provides python libraries (and command-line tools) for accessing S3 written in python (so they should work on most platforms)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.