Konubinix' opinionated web of thoughts

Git-Annex

Fleeting

A very good tool to store medium sized storage data and temporary data. When I reach a few hundreds of gigabytes of permanent data though, I prefer using ipfs.

Also, I generally use git-annex in the early part of my projects requiring data because it is as easy to setup as having git. When the project grows, I consider using something else if git-annex ends being not suited.

cost

remote.<name>.annex-cost

When determining which repository to transfer annexed files from or to, ones with lower costs are preferred. The default cost is 100 for local repositories, and 200 for remote repositories

https://git-annex.branchable.com/git-annex/

Notes linking here