From b7aa9d093a3cf6532ea5b1f3781c5e0a13328ab2 Mon Sep 17 00:00:00 2001 From: pat Date: Sat, 12 Nov 2022 02:50:07 +0000 Subject: [PATCH] Added a comment --- ...comment_1_41d3a4774dd5ada5036247eb6f562392._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/__96__sync_--content__96___error_if_it_can__39__t_get_wanted__63__/comment_1_41d3a4774dd5ada5036247eb6f562392._comment diff --git a/doc/forum/__96__sync_--content__96___error_if_it_can__39__t_get_wanted__63__/comment_1_41d3a4774dd5ada5036247eb6f562392._comment b/doc/forum/__96__sync_--content__96___error_if_it_can__39__t_get_wanted__63__/comment_1_41d3a4774dd5ada5036247eb6f562392._comment new file mode 100644 index 0000000000..4e72320fa7 --- /dev/null +++ b/doc/forum/__96__sync_--content__96___error_if_it_can__39__t_get_wanted__63__/comment_1_41d3a4774dd5ada5036247eb6f562392._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="pat" + avatar="http://cdn.libravatar.org/avatar/6b552550673a6a6df3b33364076f8ea8" + subject="comment 1" + date="2022-11-12T02:50:07Z" + content=""" +I guess I can `git annex sync --content && git annex get --auto` to make sure I get the content I want. Although at that point, it's probably better to do `git annex sync && git annex get --auto && git annex drop --auto`. I was expecting `sync` to handle the auto get/drop - which it usually does. But it silently passes even when it doesn't get the wanted content. + +Perhaps I should think of `sync` as a \"best effort\" mode? That is, it will download available content, but I shouldn't rely on it to download all wanted content - `get` is the job for that. +"""]]