From d209566dfaa9ece1057d4dbbcdc6b4d434a980a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 20 Feb 2014 15:36:59 -0400 Subject: [PATCH] Revert "Fix command to match fsck description" This reverts commit 9e8370d1b977f3deac2b6c27a7fff6947e5ec1bf. No, --incremental and --more are not needed when using --incremental-schedule. The --incremental-schedule option implies the other ones. --- doc/git-annex.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 87eeda4fd9..7b1ac928b8 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 --more --incremental-schedule 30d --time-limit 5h + git annex fsck --incremental-schedule 30d --time-limit 5h To verify data integrity only while disregarding required number of copies, use `--numcopies=1`.