TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dropbox Git Hosting

1 pointsby bitsweetover 11 years ago

1 comment

15DCFA8Fover 11 years ago
There is a lot of potential for repository corruption, using this way. You can use Dropbox for backing up Git (or Mercurial) repositories though, with bundles:<p><pre><code> cd $PROJ git bundle create ~&#x2F;Dropbox&#x2F;git&#x2F;proj.git --all </code></pre> This would create only one file, bundling all commits, in a corruption safe way.