25 lines
609 B
Text
25 lines
609 B
Text
|
# NAME
|
||
|
|
||
|
git-annex-backends - key/value backends for git-annex
|
||
|
|
||
|
# DESCRIPTION
|
||
|
|
||
|
The "backend" in git-annex controls how a key is generated from a file's
|
||
|
content and/or filesystem metadata. Most backends are different kinds of
|
||
|
hashes. A single repository can use different backends for different files.
|
||
|
|
||
|
For a list of available backends, see `git-annex version`. For more
|
||
|
details, see <https://git-annex.branchable.com/backends/>
|
||
|
|
||
|
# SEE ALSO
|
||
|
|
||
|
[[git-annex]](1)
|
||
|
|
||
|
# AUTHOR
|
||
|
|
||
|
Joey Hess <id@joeyh.name>
|
||
|
|
||
|
<http://git-annex.branchable.com/>
|
||
|
|
||
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|