initial export command
Very basic operation works, but of course this is only the beginning. This commit was sponsored by Nick Daly on Patreon.
This commit is contained in:
parent
cca2764f91
commit
9f3630f4e0
5 changed files with 121 additions and 1 deletions
|
@ -14,3 +14,16 @@ Would this be able to reuse the existing `storeKey` interface, or would
|
|||
there need to be a new interface in supported remotes?
|
||||
|
||||
--[[Joey]]
|
||||
|
||||
Work is in progress. Todo list:
|
||||
|
||||
* Remember the previously exported tree (in git-annex branch, see design)
|
||||
and use to make next export more efficient.
|
||||
* Only export to remotes that were initialized to support it.
|
||||
* Prevent using export remotes for key/value storage.
|
||||
* When exporting, update location tracking to allow getting from exports,
|
||||
* Use retrieveExport when getting from export remotes.
|
||||
* Efficient handling of renames.
|
||||
* Detect export conflicts (see design)
|
||||
* Support export to aditional special remotes (S3 etc)
|
||||
* Support export to external special remotes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue