This commit is contained in:
Joey Hess 2020-07-03 14:31:12 -04:00
parent b1fb4f9f58
commit d89b52086e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,5 @@
The documentation for the new import remote command says, "Importing from a special remote first downloads all new content from it". For many special remotes -- such as Google Cloud Storage or DNAnexus -- checksums and sizes of files can be determined without downloading the files. For other special remotes, data files might have associated checksum files (e.g. md5) stored next to them in the remote. In such cases, it would help to be able to import the files without downloading (which can be costly, especially from cloud provider egress charges), similar to addurl --fast .
[[!tag confirmed]]
> [[done]] (only implemented for directory for now) --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 9"""
date="2020-07-03T18:29:05Z"
content="""
implemented, directory remote only, but it could be added to adb easily,
and possibly to S3. Also added it to the proposed import extension to the
external special remote protocol.
Still unsure what to do about git-annex sync without --content importing.
For now, sync doesn't do content-less imports still, but that could be
changed if the concerns in comment #6 are dealt with.
"""]]