diff --git a/doc/forum/Does___96__fsck_--more__96___imply___96__--incremental__96____63__/comment_2_7d30da60993a2a486a1434d8563086cf._comment b/doc/forum/Does___96__fsck_--more__96___imply___96__--incremental__96____63__/comment_2_7d30da60993a2a486a1434d8563086cf._comment new file mode 100644 index 0000000000..f27f3be4e4 --- /dev/null +++ b/doc/forum/Does___96__fsck_--more__96___imply___96__--incremental__96____63__/comment_2_7d30da60993a2a486a1434d8563086cf._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="Atemu" + avatar="http://cdn.libravatar.org/avatar/6ac9c136a74bb8760c66f422d3d6dc32" + subject="comment 2" + date="2025-03-26T17:04:23Z" + content=""" +Please tell me if I'm getting this right: + +- `--incremental` starts a *new* incremental fsck, regardless of whether there was a previously interrupted fsck or not +- `--more` also starts a new incremental fsck but only if there wasn't a previously interrupted incremental fsck in which case it resumes that to the end + +So if I do `git-annex fsck --more` on a repo without previously interrupted incremental fsck, it is effectively the same as `--incremental`? +"""]]