document proxying to special remotes
This commit is contained in:
parent
d9e66f7754
commit
542de0c0c4
2 changed files with 4 additions and 1 deletions
|
@ -1677,7 +1677,7 @@ Remotes are configured using these settings in `.git/config`.
|
|||
* `remote.<name>.annex-proxy`
|
||||
|
||||
Set to "true" to make the local repository able to act as a proxy to this
|
||||
remote.
|
||||
remote. The remote can be a git-annex repository or a special remote.
|
||||
|
||||
After configuring this, run [[git-annex-updateproxy](1) to store
|
||||
the new configuration in the git-annex branch.
|
||||
|
|
|
@ -4,6 +4,9 @@ form a single logical repository.
|
|||
A cluster is accessed via a gateway repository. The gateway is not itself
|
||||
a node of the cluster.
|
||||
|
||||
A cluster's nodes can be any combination of git-annex repositories and
|
||||
special remotes.
|
||||
|
||||
[[!toc ]]
|
||||
|
||||
## using a cluster
|
||||
|
|
Loading…
Reference in a new issue