summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-25 19:43:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-25 19:43:33 -0400
commit2a850752b27b50e13a306cc4beda7d8fbbea8853 (patch)
tree10a7326cb4f23c733bb9b628b54ff3f95f9e728c /doc/git-annex.mdwn
parent7a791318df619f673e91bf3375e499acf3892443 (diff)
rename option
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 9b99ea284..4a6704cfb 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -266,17 +266,17 @@ subdirectories).
the next time you fsck, you can specify --more to skip over
files that have already been checked, and continue where it left off.
- The --incremental-restart option makes a new incremental fsck be
+ The --incremental-schedule option makes a new incremental fsck be
started a configurable time after the last incremental fsck was started.
- Note that the current incremental fsck has to completely finish
- before the restart happens.
+ Once the current incremental fsck has completely finished, it causes
+ a new one to start.
Maybe you'd like to run a fsck for 5 hours at night, picking up each
night where it left off. You'd like this to continue until all files
have been fscked. And once it's done, you'd like a new fsck pass to start,
but no more often than once a month. Then put this in a nightly cron job:
- git annex fsck --incremental-restart 30d --time-limit 5h
+ git annex fsck --incremental-schedule 30d --time-limit 5h
* unused