logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-annex-updatecluster - update records of cluster nodes

Author

       Joey Hess <id@joeyh.name>

                                                                                      git-annex-updatecluster(1)

Description

       This command is used to record the nodes of a cluster in the git-annex branch, and set up proxying to the
       nodes. It should be run in the repository that will serve as a gateway to the cluster.

       It looks at the 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-annexinitcluster, 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.

       To add additional gateways to a cluster, after running this command, use git-annex-extendcluster.

Name

       git-annex-updatecluster - update records of cluster nodes

Options

       The git-annex-common-options(1) can be used.

See Also

git-annex(1)

       git-annex-initcluster(1)

       git-annex-extendcluster(1)

       git-annex-updateproxy(1)

       <https://git-annex.branchable.com/tips/clusters/>

Synopsis

       git-annex updatecluster

See Also