TrueNAS SCALE Version DocumentationThis content follows the TrueNAS SCALE 23.10 (Cobia) releases. Use the Product and Version selectors above to view content specific to different TrueNAS software or major version.
Config
4 minute read.
Last Modified 2024-03-19 08:38 EDTThe SCALE CLI guide is a work in progress! New namespace and command documentation is continually added and maintained, so check back here often to see what is new!
The config namespace has three commands and is based on configuration management functions found in the SCALE API and web UI. It provides access to configuration management methods through the config namespace commands.
The following config namespace commands allow you to save or upload system configuration files and to reset configuration to default. You can enter commands from the main CLI prompt or from the system namespace prompt.
The reset
command reverts the system database to default configuration values.
Download the current system configuration with save
before resetting the configuration to default settings!
If you do not save the system configuration before resetting it, you could lose data that was not backed up, and you cannot revert to the previous configuration.
Thereset
command can result in unexpected behavior if entered via Shell in the web UI, especially ifreboot
is set to false. To avoid instability, only usereset
via a direct connection to the console or SSH.
TrueNAS EnterpriseEnterprise High Availability (HA) systems should never reset their system configuration to defaults. Contact iXsystems Support if a system configuration reset is required.
The save
command creates a tar file of security-sensitive configuration information and saves it to the specified location.
The configuration file contains sensitive data like system passwords. Keep the configuration file safe and protect it from unauthorized access!
Do not use. Use the web UI to upload configuration files.
Related CLI System Articles
Related Backup Articles
- Adding Cloud Credentials
- Adding Cloud Sync Tasks
- Backing Up Google Drive to TrueNAS SCALE
- Cloud Credentials Screens
- Setting Up Advanced Replication Tasks
- Managing the System Configuration
- Cloud Sync Tasks Screens
- Setting Up a Local Replication Task
- Setting Up an Encrypted Replication Task
- Adding a Storj Cloud Sync Task