From caf00e85684904a4394b2941b6acaefdd82de46c Mon Sep 17 00:00:00 2001 From: Lukey Date: Sat, 29 May 2021 12:40:57 +0000 Subject: [PATCH] Added a comment --- .../comment_2_c869b85bb2bea4a7a99e107f4a3cfb0f._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/git-annex_s3_failure/comment_2_c869b85bb2bea4a7a99e107f4a3cfb0f._comment diff --git a/doc/forum/git-annex_s3_failure/comment_2_c869b85bb2bea4a7a99e107f4a3cfb0f._comment b/doc/forum/git-annex_s3_failure/comment_2_c869b85bb2bea4a7a99e107f4a3cfb0f._comment new file mode 100644 index 0000000000..fbf870f414 --- /dev/null +++ b/doc/forum/git-annex_s3_failure/comment_2_c869b85bb2bea4a7a99e107f4a3cfb0f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 2" + date="2021-05-29T12:40:56Z" + content=""" +It could be that you have files that are not actually present in the mys3 remote. `git annex sync --content` only gets files that are present in connected repos, so it doesn't report a error if it can't get a particular file. `git annex get .` want's to actually get all files and reports errors for the files it can't get. +"""]] -- 2.30.2