|
|
|
|
|
by sourcd
3706 days ago
|
|
> As far as I know, git-remote-dropbox is the only safe way to host a Git repository on Dropbox. I've another hackish method that's good enough for a single developer, plus it's encrypted. I've got a truecrypt file container that resides in Dropbox. I mount it as read-write when I want to push. On the rest of my machines, its mounted as read-only. Even if the container is 100GB, it takes 10 seconds to sync daily commits - because of block encryption & syncing. This won't work with Google / MS / Amazon drive etc. because they upload the entire container on each incremental change. |
|