05c0543e8e
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.
24 lines
478 B
Markdown
24 lines
478 B
Markdown
# NAME
|
|
|
|
git-annex transfer - transfers content
|
|
|
|
# SYNOPSIS
|
|
|
|
git annex transfer
|
|
|
|
# DESCRIPTION
|
|
|
|
This plumbing-level command is used to transfer data.
|
|
It is a long-running process, which is fed instructions about
|
|
what 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.
|