aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/allow_disk_space_quota_independent_of_free_disk_space.mdwn
blob: a972ee77c037ec78fd773eaf8e9ae14a86c14c4a (plain)
1
2
3
4
5
6
7
Feature Request. Instead of (or perhaps in addition to) setting
`annex.diskreserve`, I'd like to be able to tell git-annex "use up to 2TB
of disk space".

> This would need changes for git-annex to keep a running total of the
> space it's using, which becomes a little hairy in light of concurrency,
> possibly manual changes to the object store, etc. --[[Joey]]