diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-07 14:13:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-07 14:13:02 -0400 |
commit | 84ade14235951de7ddee3af11c47afa7019b5c94 (patch) | |
tree | bcfc88c862fe7663889e1798d64faefdb181fcc8 | |
parent | 80ae503c852b6b431fb83f0c888f275145b60e0e (diff) |
respond and close
-rw-r--r-- | doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn b/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn index 882eece1a..67a7e13e1 100644 --- a/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn +++ b/doc/todo/wishlist:___96__git_annex_fsck_--checksums__96___--_verify_checksums_but_disregard_annex.numcopies.mdwn @@ -1,3 +1,12 @@ -As the title says, I would like to see an option where git-annex verifies that all checksums are OK but not that the required number of copies or other possible metrics are fulfilled. +As the title says, I would like to see an option where git-annex verifies +that all checksums are OK but not that the required number of copies or +other possible metrics are fulfilled. -- RichiH + +> --numcopies is provided for times when you want to temporarily override +> annex.numcopies. So, `git annex fsck --numcopies=0` +> +> I don't see any reason to want to disable the other checks and fixups +> fsck does (of bad location log data, for example). So, [[done]] +> --[[Joey]] |