2024-06-14 17:13:23 -04:00
|
|
|
# NAME
|
|
|
|
|
|
|
|
git-annex initcluster - initialize a new cluster
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
git-annex initcluster name [description]
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
This command initializes a new cluster with the specified name. If no
|
|
|
|
description is provided, one will be set automatically.
|
|
|
|
|
2024-06-26 10:26:54 -04:00
|
|
|
This command should be run in the repository that will serve as the gateway
|
|
|
|
to the cluster.
|
|
|
|
|
2024-06-20 10:57:43 -04:00
|
|
|
The next step after running this command is to configure
|
2024-06-26 10:26:54 -04:00
|
|
|
the cluster nodes, then run [[git-annex-updatecluster]]. See the
|
|
|
|
documentation of that command for details about configuring nodes.
|
2024-06-14 17:13:23 -04:00
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
* The [[git-annex-common-options]](1) can be used.
|
|
|
|
|
|
|
|
# SEE ALSO
|
|
|
|
|
2024-06-27 15:52:10 -04:00
|
|
|
* [[git-annex]](1)
|
|
|
|
* [[git-annex-updatecluster]](1)
|
|
|
|
* [[git-annex-extendcluster]](1)
|
|
|
|
* [[git-annex-preferred-content]](1)
|
|
|
|
* [[git-annex-updateproxy]](1)
|
2024-06-27 15:52:58 -04:00
|
|
|
* <https://git-annex.branchable.com/tips/clusters/>
|
2024-06-20 10:57:43 -04:00
|
|
|
|
2024-06-14 17:13:23 -04:00
|
|
|
# AUTHOR
|
|
|
|
|
|
|
|
Joey Hess <id@joeyh.name>
|
|
|
|
|
|
|
|
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|