blob: 8e06cc47c8ec9b236ccd89280aa1c67ccb1e8e97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# NAME
git-annex p2p - configure peer-2-peer links between repositories
# SYNOPSIS
git annex p2p [options]
# DESCRIPTION
This command can be used to link git-annex repositories over peer-2-peer
networks.
# OPTIONS
* `--gen-address`
Generates addresses that can be used to access this git-annex repository
over a P2P network. The address or addresses is output to stdout.
* `--link-remote remotename address`
Sets up a git remote with the specified remotename that is accessed over
a P2P network. The address is one generated in the remote repository using
`git annex p2p --gen-address`
# SEE ALSO
[[git-annex]](1)
[[git-annex-enable-tor]](1)
[[git-annex-remotedaemon]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|