From: jwrauch Date: Fri, 19 Feb 2021 16:17:34 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~98^2~10^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=79fb2f499db7b294dc0d078881a662dc048cebc9;p=git-annex.git Added a comment --- diff --git a/doc/forum/Help_with_get/comment_3_f523e44daca53b3d99350e0d3f7a8874._comment b/doc/forum/Help_with_get/comment_3_f523e44daca53b3d99350e0d3f7a8874._comment new file mode 100644 index 0000000000..ea7c519843 --- /dev/null +++ b/doc/forum/Help_with_get/comment_3_f523e44daca53b3d99350e0d3f7a8874._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="jwrauch" + avatar="http://cdn.libravatar.org/avatar/0e83010187ef0c8c587e0c99e2ca5474" + subject="comment 3" + date="2021-02-19T16:17:33Z" + content=""" +I ran the get command with the debug flag and the output is pretty extensive. It successfully transferred two files before it failed, so I'm posting from the 'ok' of the last success. Here is the command and output: + +$ git annex get . --debug +... +ok +get recorder/2020-philippines/20200906_165152.mp4 (from avi...) +[2021-02-19 11:11:22.1489056] call: cp [\"--reflink=auto\",\"--preserve=timestamps\",\"E:\\video\\.git\\annex\\objects\\d88\\080\\SHA256E-s493726419--95dd6a377dce064935ab2e8c0dda2f3c4d9d2b33e0efaca34fceda200cbee249.mp4\\SHA256E-s493726419--95dd6a377dce064935ab2e8c0dda2f3c4d9d2b33e0efaca34fceda200cbee249.mp4\",\".git\\annex\\tmp\\SHA256E-s493726419--95dd6a377dce064935ab2e8c0dda2f3c4d9d2b33e0efaca34fceda200cbee249.mp4\"] +10% 46.12 MiB 87 MiB/s 4scp: error writing '.git\annex\tmp\SHA256E-s493726419--95dd6a377dce064935ab2e8c0dda2f3c4d9d2b33e0efaca34fceda200cbee249.mp4': Permission denied + +"""]]