diff options
author | stp <stp@web> | 2014-02-17 15:53:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-02-17 15:53:46 +0000 |
commit | 5c9b7b524474fa6deac38d24bac9781557760253 (patch) | |
tree | 3ea56e02674c420030c1494043f8532291dc465f /doc | |
parent | 7b73801f62bd0d94d29dace09eac7fecd6c54153 (diff) |
Fix command to match fsck description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
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`. |