git-annex/doc/git-annex-transferkeys.mdwn
Joey Hess 05c0543e8e
move new interface to git-annex transfer
This is to avoid breakage when upgrading or downgrading git-annex with a
process running that uses the interface. It's better to keep the
compatability code for a few years than worry about such breakage.

This commit was sponsored by Brett Eisenberg on Patreon.
2020-12-09 12:33:56 -04:00

27 lines
624 B
Markdown

# NAME
git-annex transferkeys - transfers keys (deprecated)
# SYNOPSIS
git annex transferkeys
# DESCRIPTION
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.
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).
# SEE ALSO
[[git-annex]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.