This commit is contained in:
Joey Hess 2023-01-23 17:57:15 -04:00
parent 77266e46dd
commit 1ee72de32e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 15 additions and 0 deletions

View file

@ -14,3 +14,5 @@ NB may be some `annex sync` would do that magic?
[[!meta author=yoh]]
[[!tag projects/dandi]]
> [[implemented|done]] --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 8"""
date="2023-01-23T21:45:37Z"
content="""
I did implement this using the second path described in comment #5.
And it does download the content to the local annex, and then after
sending it to the destination remote, will drop the local content
(unless it was already present). So running it concurrent with
`git-annex get` may leave local files present or not, depending on which
process gets to a file first.
"""]]