diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-03-27 18:12:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-03-27 18:12:46 -0400 |
commit | 7e8989147b3d7527c76440bd7716d51686a5c53b (patch) | |
tree | da2f0274de96c29fb176025690bd2f0ee3f08b03 | |
parent | b17eb4f4e535dc2ef45caa7cb5a234ac0179164a (diff) |
expand
-rw-r--r-- | doc/todo/export.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/todo/export.mdwn b/doc/todo/export.mdwn index bb7aa3759..e729b0cf1 100644 --- a/doc/todo/export.mdwn +++ b/doc/todo/export.mdwn @@ -1,7 +1,9 @@ `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. +filenames in the git annex repository with incremental updates, +which seem out of scope (and there are many tools to do stuff like that +search "deploy files to S3 bucket"), +but something simpler like `git annex export` 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 |