summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-27 18:10:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-27 18:10:36 -0400
commit9ccac96f88029e1bac5a7c5c240ef79f472f6233 (patch)
tree608a3abb17ee532d63a3a8d15647a3caeb8e941b
parent9889cbd7d60695402575af0afdb26c147bb55857 (diff)
idea
-rw-r--r--doc/todo/export.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn
new file mode 100644
index 000000000..bb7aa3759
--- /dev/null
+++ b/doc/todo/export.mdwn
@@ -0,0 +1,14 @@
+`git annex export` corresponding to import. This might be useful for eg,
+datalad. There are some requests to make eg a S3 bucket mirror the
+filenames in the git annex repository, which seem out of scope, but
+something simpler like this could be worth doing.
+
+`git annex export --to remote files` would copy the files to the remote,
+using the names in the working tree. For remotes like S3, it could add the
+url of the exported file, so that another clone of the repo could use the
+exported data.
+
+Would this be able to reuse the existing `storeKey` interface, or would
+there need to be a new interface in supported remotes?
+
+--[[Joey]]