aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-fsck.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-31 16:42:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-31 16:42:15 -0400
commitce4c9013b9d32435765838b036ab52eb4ac6b51e (patch)
tree55642367dafb548d26c7b1e639c9c28c35dc2b13 /doc/git-annex-fsck.mdwn
parentdbe6b403da47172346b2536b50a379e6d9b76e31 (diff)
fsck: Commit incremental fsck database after every 1000 files fscked, or every 5 minutes, whichever comes first.
Previously, commits were made every 1000 files fscked. Also, improve docs
Diffstat (limited to 'doc/git-annex-fsck.mdwn')
-rw-r--r--doc/git-annex-fsck.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/git-annex-fsck.mdwn b/doc/git-annex-fsck.mdwn
index 73c401eb3..68c824c91 100644
--- a/doc/git-annex-fsck.mdwn
+++ b/doc/git-annex-fsck.mdwn
@@ -37,7 +37,12 @@ With parameters, only the specified files are checked.
* `--more`
- Continue the last incremental fsck pass, where it left off.
+ Resume the last incremental fsck pass, where it left off.
+
+ Resuming may redundantly check some files that were checked
+ before. Any files that fsck found problems with before will be re-checked
+ on resume. Also, checkpoints are made every 1000 files or every 5 minutes
+ during a fsck, and it resumes from the last checkpoint.
* `--incremental-schedule=time`