Acho que você está se referindo à seção /config/unused
da webapp, correto? Se assim for, deixe-me colar o resto desta página:
Managing unused files
Old versions of files and deleted files can be preserved inside this repository.
This might be useful, if you ever need to access those old or deleted files. But they'll also use up disk space. There are three ways to deal with this.
Set up a backup or archive repository, on a removable drive or in the cloud, and the unused files will be moved to it, freeing up space.
[Add a new repository]
Or, you can let unused files expire after a period of time.
[disable expiry] after [7] days. [Save Changes]
Finally, you can clean up all unused files manually at any time.
[Clean up unused files now]
Então, basicamente, é a interface da web para eliminação automática de dados não utilizados . Isso pode acontecer, por exemplo, quando você executa git rm
sem fazer primeiro git annex drop
no arquivo. Isso também acontece quando você modifica um arquivo (com git annex edit
).