|
|
|
|
|
by unqueued
1946 days ago
|
|
Have you looked into git-annex? Git annex lets you track references to binary files, only using git for storing references to file hashes. And you can use custom back ends to efficiently store differential data. For example, I have an annex repo that stores about 150G of text files, but it uses bup to compress it down to about 20G, while I can still have access to different versions via git. 1: https://git-annex.branchable.com/special_remotes/bup/ |
|