This commit is contained in:
Joey Hess 2013-10-10 18:09:06 -04:00
parent cfdfd8f37a
commit 1b7b397bdf

View file

@ -24,17 +24,17 @@ check that nothing else is using it, fix the problem, and redo the commit.
## incremental fsck ## incremental fsck
Add webapp UI to enable incremental fsck, and choose when to start and how TODO: Add webapp UI to enable incremental fsck
long to run each day, and what the goal is (ie, to fsck all files once
per month).
Of course, incremental fsck will run as an niced (and ioniced) background Of course, incremental fsck will run as an niced (and ioniced) background
job. There will need to be a button in the webapp to stop it, in case it's job. There will need to be a button in the webapp to stop it, in case it's
annoying. annoying. **done**
When fsck finds a damanged file, queue a download of the file from a When fsck finds a damanged file, queue a download of the file from a
remote. If no accessible remote has the file, prompt the user to eg, connect remote. **done**
a drive containing it.
TODO: If no accessible remote has the file, prompt the user to eg, connect
a drive containing it
## git-annex-shell remote fsck ## git-annex-shell remote fsck