570ceffe8d
One benefit of this is that a typo in annex-cluster-node config won't init a new cluster. Also it gets the cluster description set and is consistent with initremote.
36 lines
798 B
Markdown
36 lines
798 B
Markdown
# NAME
|
|
|
|
git-annex updatecluster - update records of cluster nodes
|
|
|
|
# SYNOPSIS
|
|
|
|
git-annex updatecluster
|
|
|
|
# DESCRIPTION
|
|
|
|
This command is used to record the nodes of a cluster in the git-annex
|
|
branch.
|
|
|
|
It looks at the git configs `git config remote.name.annex-cluster-node` of
|
|
each remote. When that is set to the name of a cluster that has been
|
|
initialized with `git-annex initcluster`, the node will be recorded in the
|
|
git-annex branch.
|
|
|
|
To remove a node from a cluster, unset `remote.name.annex-cluster-node`
|
|
and run this command.
|
|
|
|
# OPTIONS
|
|
|
|
* The [[git-annex-common-options]](1) can be used.
|
|
|
|
# SEE ALSO
|
|
|
|
[[git-annex]](1)
|
|
[[git-annex-initcluster]](1)
|
|
[[git-annex-updateproxy]](1)
|
|
|
|
# AUTHOR
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|