Create
title: "Create" description: "" published: true editor: "markdown" sidebar_position: 2 sidebar_label: "Create" date: "2024-05-07T08:41:15.008Z" dateCreated: "2023-11-09T08:52:51.362Z"
Create a Backup Account
Allows you to create an account as you would from the console administration interface. The difference is that from Rozina you can create accounts descending from an existing account (as in the administration interface) but also root accounts.
Root Account
To create a root account:
arx-account create <nomDuCompte> --servers=serveur1,serveur2,...
or
arx-account create <nomDuCompte> --password=<motDePasse> --servers=serveur1,serveur2,...
If you do not specify a password, you will be prompted to enter one when creating the account.
Server names are separated by commas and must be reachable at the time of account creation.
The machine from which the account is created becomes its primary storage server.
Child Account
To create an account descending from an existing account:
arx-account create <nomDuCompte>
or
arx-account create <nomDuCompte> --password=<motDePasse>
If you do not specify a password, you will be prompted to enter one when creating the account.
By default, the servers used by the account will be the same as those of its parent account.