summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-17 12:24:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-17 12:24:50 -0400
commit6f7ff00cb67546008918ed735f8be66b65cf9ce8 (patch)
tree775918f6f541d065c7df45bba6ef3ba8d5fad8d2 /doc/git-annex.mdwn
parentc7b8596791a1cb38d54de5e9e6d4222cf7667700 (diff)
parent14b8763fcc459e0177e6d958cddea35293c31612 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 39577190f..1b7271092 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -517,7 +517,7 @@ subdirectories).
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-schedule 30d --time-limit 5h
+ git annex fsck --incremental --more --incremental-schedule 30d --time-limit 5h
To verify data integrity only while disregarding required number of copies,
use `--numcopies=1`.