1git-annex-transferkey(1) General Commands Manual git-annex-transferkey(1)
2
3
4
6 git-annex-transferkey - transfers a key from or to a remote
7
9 git annex transferkey key [--from=remote|--to=remote]
10
12 This plumbing-level command is used to request a single key be transā
13 ferred.
14
16 --from=remote
17
18 Download the content of the key from the remote.
19
20 --to=remote
21 Upload the content of the key to the remote.
22
23 --file=name
24 Provides a hint about the name of the file associated with the
25 key. (This name is only used in progress displays.)
26
27 Also the git-annex-common-options(1) can be used.
28
30 git-annex(1)
31
33 Joey Hess <id@joeyh.name>
34
35 git-annex-transferkey(1)