2015-03-25 16:09:49 +00:00
|
|
|
# NAME
|
|
|
|
|
2020-12-09 16:32:29 +00:00
|
|
|
git-annex transferkeys - transfers keys (deprecated)
|
2015-03-25 16:09:49 +00:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git annex transferkeys
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2020-12-09 16:32:29 +00:00
|
|
|
This plumbing-level command is used to transfer data, by the assistant
|
|
|
|
in git-annex version 8.20201127 and older. It is still included only
|
|
|
|
to prevent breakage during upgrades.
|
|
|
|
|
2015-03-25 16:09:49 +00:00
|
|
|
It is a long-running process, which is fed instructions about the keys
|
|
|
|
to transfer using an internal stdio protocol, which is
|
|
|
|
intentionally not documented (as it may change at any time).
|
|
|
|
|
2021-05-10 19:00:13 +00:00
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
* The [[git-annex-common-options]](1) can be used.
|
|
|
|
|
2015-03-25 16:09:49 +00:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
[[git-annex]](1)
|
|
|
|
|
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|