File: comment_2_c869b85bb2bea4a7a99e107f4a3cfb0f._comment

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (8 lines) | stat: -rw-r--r-- 510 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
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.
"""]]