luci_admin(8) - Linux man page
Name
luci_admin - luci configuration and backup toolSynopsis
luci_admin [OPTIONS]Description
luci_admin is used to initialize a new luci installation or to manage an existing luci server. luci_admin must be used only when the luci server is not running.
- init
- Initialize the luci server. This creates luci's SSL certificates. This command must be run before starting the luci server for the first time.
- password
- Set the password for the admin user.
- backup
- Create a backup containing the state of the luci server. Managed clusters, storage systems, local users, user permissions, and SSL certificates will be stored as part of the backup. The backup file is written to /var/lib/luci/var/luci_backup.xml.
- restore [<backup_file>]
- Restore luci's configuration using data from a luci backup. If no backup file is specified, the default location (/var/lib/luci/var/luci_backup.xml) is used.
- help
- Print a short help dialog.