Hacker News new | ask | show | jobs
by archycockroach 3484 days ago
My method is DIY and dirty: Git project folders generally sorted by language, in Dropbox for availability across computers. It's not perfect when I have projects that span more than one language, so I'm open to new ideas! Do symbolic links work in Dropbox? Backups live across a couple different pieces of external media for resilience.
1 comments

Seems like this would be a nightmare with a lot of languages' build cycles. Dropbox is already quite a CPU hog, and I'd imagine it'd be a nightmare to run something like a typical Maven build that was producing all sorts of target output that'd I not want synced. Most cloud storage apps don't make it easy to ignore subfolders.