summaryrefslogtreecommitdiff
path: root/doc/design/assistant/disaster_recovery.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-11 14:21:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-11 14:21:06 -0400
commit388d27825323091f317ed380e3105f88df3f66cb (patch)
tree24e27eef33ae4949affe6d42079dd07d7a925cc2 /doc/design/assistant/disaster_recovery.mdwn
parent6af9822118dca6c9416c0d13635b13ee68bd13f6 (diff)
parentf81b89510d558ee38e6338c433e4f1b01c2cd5f3 (diff)
Merge branch 'master' into incrementalfsck
Diffstat (limited to 'doc/design/assistant/disaster_recovery.mdwn')
-rw-r--r--doc/design/assistant/disaster_recovery.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/design/assistant/disaster_recovery.mdwn b/doc/design/assistant/disaster_recovery.mdwn
index 118620d19..29db34fc4 100644
--- a/doc/design/assistant/disaster_recovery.mdwn
+++ b/doc/design/assistant/disaster_recovery.mdwn
@@ -24,17 +24,17 @@ check that nothing else is using it, fix the problem, and redo the commit.
## incremental fsck
-Add webapp UI to enable incremental fsck, and choose when to start and how
-long to run each day, and what the goal is (ie, to fsck all files once
-per month).
+TODO: Add webapp UI to enable incremental fsck
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
-annoying.
+annoying. **done**
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
-a drive containing it.
+remote. **done**
+
+TODO: If no accessible remote has the file, prompt the user to eg, connect
+a drive containing it
## git-annex-shell remote fsck