This commit is contained in:
Joey Hess 2019-01-22 11:44:02 -04:00
parent d913961b7b
commit e0b3ba3819
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2019-01-22T15:39:49Z"
content="""
Import tree + move --from --to would be equivilant functionality to import --to.
The directory you want to import "to" would be set up as a directory
special remote and import tree used on it.
However, it seems to me that if I wanted to accomplish this today, I'd
simply make a clone of my git-annex repository onto the external drive,
move the files I want into that clone (a cheap operation as it's the same
drive), and `git annex copy --to s3-remote`
"""]]