Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I find it odd that this question hasn't been asked already... I thought there were more people paranoid that I am...

Anyway, is there any desktop application, that allows me to backup a given folder to a (Cloud) storage service (Amazon / Rackspace / ...) ?

Note: I am not looking for companies providing backup solutions, there are plenty.

I am looking for this combination instead:

  1. Free application (open source)
  2. Ability to chose storage providers (preferrably multiple)
  3. Bi-directional sync.

Any pointers would be really helpful !

share|improve this question
Duplicate on SuperUser.com - but I think that site is still in beta. Get the beta password from here - blog.stackoverflow.com/2009/07/… - and then look at this question: superuser.com/questions/957/upload-and-forget-remote-backup – Saul Dolgin Aug 6 '09 at 19:39
Thanks a ton. That seems like a far relevant place... – Robins Aug 7 '09 at 1:28

closed as off topic by Marc Gravell Sep 1 '09 at 6:48

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

there is this tool called duplicity which use librsync and syncronize to amazon s3

share|improve this answer

rsync.

share|improve this answer
Haven't read the rsync documentation in detail, but rsync doesn't allow syncing to Cloud based storage ! – Robins Aug 8 '09 at 1:13
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Celada Aug 30 '12 at 4:29