Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: File versioning #43

Open
Chingzilla opened this issue Oct 18, 2011 · 2 comments
Open

Feature request: File versioning #43

Chingzilla opened this issue Oct 18, 2011 · 2 comments

Comments

@Chingzilla
Copy link

One great feature that Dropbox offers a versioning backup system.
Have you looked into implementing this with say, an automated git repository on the server? You could even use git cloneing to nicely have an offsite backup, just like Dropbox has.

Some features that you would get for free:

  • Cloneing
  • File merging
  • File conflict management (by using a repository for each machine)
  • File transfer protocol
@gorn
Copy link

gorn commented Jan 16, 2012

There is a dark side of this approach thought - git does not handle well bigger binary files and the repository can get really large in short time. In fact in some similar projects (sparkshare) they have learned it only after hitting this limitation and now they are looking the rsync way. I donot thing git is a bad direction, but it is not as simple as it seems.

@fs111
Copy link

fs111 commented Jan 16, 2012

Did you ever look into bup (https://github.com/apenwarr/bup), it's based on git but solves the big file limitations. (video of a talk can be found here: https://www.youtube.com/watch?v=u_rOi2OVvwU)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants