From aec1ae9e84a909f12ccdd317dc44bb1b585039a2 Mon Sep 17 00:00:00 2001 From: Atemu Date: Wed, 26 Mar 2025 17:04:23 +0000 Subject: [PATCH] Added a comment --- ...ment_2_7d30da60993a2a486a1434d8563086cf._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Does___96__fsck_--more__96___imply___96__--incremental__96____63__/comment_2_7d30da60993a2a486a1434d8563086cf._comment 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`? +"""]]