summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-24 11:38:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-24 11:38:01 -0400
commitace78ffefe080520fb066ca8d966afd34cacded9 (patch)
treebc0731a26ca326ca52c87dfc2625ebaa5ce5cce0 /doc
parent941fedeb4e2a6079053c615c3ccda488c974da5b (diff)
close
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/incremental_fsck.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/incremental_fsck.mdwn b/doc/todo/incremental_fsck.mdwn
index 5cdcd6659..7c56328b9 100644
--- a/doc/todo/incremental_fsck.mdwn
+++ b/doc/todo/incremental_fsck.mdwn
@@ -17,3 +17,8 @@ clear the sticky bit. --[[Joey]]
> * --max-age=30d Once the incremental fsck completes and was started 30 days ago,
> start a new one.
> * --time-limit --size-limit --file-limit: Limit how long the fsck runs.
+
+>> Calling this [[done]]. The `--incremental-schedule` option
+>> allows scheduling time between incremental fscks. `--time-limit` is
+>> done. I implemented `--smallerthan` independently. Not clear what
+>> `--file-limit` would be. --[[Joey]]