Version control for large binary files and >1TB repositories?

后端 未结 10 1025
逝去的感伤
逝去的感伤 2021-02-01 03:58

Sorry to come up with this topic again, as there are soo many other questions already related - but none that covers my problem directly.

What I\'m searching is a good v

10条回答
  •  说谎
    说谎 (楼主)
    2021-02-01 04:50

    The perks that come with a versioning system (changelog, easy rss access etc.) are nonexistant on a simple fileshare.

    If you only care about the versioning metadata features and don't actually care about the old data then a solution that uses a VCS without storing the data in the VCS may be an acceptable option.

    git-annex is the first one that came to my mind, but from the what git-annex is not page it seems there are other similar but not exactly the same alternatives.

    I have not used git-annex, but from the description and walkthrough it sounds like it could work for your situation.

提交回复
热议问题