Hacker News new | ask | show | jobs
by brewin 5493 days ago
You should use a version control system, such as Git.

http://learn.github.com/p/intro.html

1 comments

I'm using git for code, but it's not an online solution nor a back-up system.
Setup a bare git repository in your DropBox folder and clone from it into your development folder. The DropBox folder will act as your "remote" origin. Now you can push and pull changes to it. It will physically get backed up when DropBox notices file changes.
You can buy a private account from GitHub and push your git repository there.