add transferkey command
Used by the assistant, rather than copy, this is faster because it avoids using git ls-files, avoids checking the location log redundantly, and runs in oneshot mode, avoiding making a commit to the git-annex branch for every file transferred.
This commit is contained in:
parent
ab5e409a95
commit
8de7699f39
4 changed files with 65 additions and 2 deletions
|
@ -443,6 +443,10 @@ subdirectories).
|
|||
|
||||
git annex dropkey SHA1-s10-7da006579dd64330eb2456001fd01948430572f2
|
||||
|
||||
* transferkey key
|
||||
|
||||
This plumbing-level command is used by the assistant to transfer data.
|
||||
|
||||
* rekey [file key ...]
|
||||
|
||||
This plumbing-level command is similar to migrate, but you specify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue