Difference between revisions of "gaia setup via CLI"
From cpwiki.net
(Created page with "we don't like wizards... == creating a config template == # config_system --create-template <template_name> edit the template and fill out fields per comments test the v...") |
Revision as of 17:03, 13 April 2016
we don't like wizards...
creating a config template
- config_system --create-template <template_name>
edit the template and fill out fields per comments
test the validity of the template
- config_system --config-file <template_name> --dry-run
once validated, run it on a newly installed system without the dry run option
- config_system --config-file <template_name>
backing up configs
This is not snapshotting an filesystems, only the configuration.
- clish -c "show configuration" > backupfile