OSX: sync Documents folder to Dropbox with version control

Posted by James Porter on Super User See other posts from Super User or by James Porter
Published on 2012-12-02T22:09:16Z Indexed on 2012/12/02 23:12 UTC
Read the original article Hit count: 330

Filed under:
|
|
|
|

I have ample storage in Dropbox to sync my entire OSX Documents folder, and I'd like to this just so that I have it anywhere I go. I found this question, which describes a method for doing this with symlinks. Seems good, the only problem is that it would be nice also to have everything under version control.

I thought perhaps a better solution would be to set up my Documents folder as a git repo with a remote that I would push to in my Dropbox folder. Alternatively, just set up Documents as a git repo with no remote and then symlink it to Dropbox. Which of these two alternatives is preferable? What are some pitfalls I might not be thinking of with each?

It also has occurred to me that some of the subdirectories of Documents are themselves git repos with github remotes. Would it cause problems for these subdirectories if I made Documents a git repo? If so, how do I get around this? Would making Documents an svn repo instead help? Is there a way to set up git so that this is not an issue?

© Super User or respective owner

Related posts about osx

Related posts about sync