config.save =========== Create a tar file of security-sensitive information. These options select which information is included in the tar file: `secretseed` bool: When true, include password secret seed. `pool_keys` bool: IGNORED and DEPRECATED as it does not apply on SCALE systems. `root_authorized_keys` bool: When true, include "/root/.ssh/authorized_keys" file for the root user. If none of these options are set, the tar file is not generated and the database file is returned. This method is a job. .. raw:: html
Options controlling what data to include in the configuration backup.
No Additional PropertiesWhether to include the secret seed in the configuration backup.
Whether to include encryption keys for storage pools in the backup.
Whether to include root user's SSH authorized keys in the backup.
Returns null when the configuration backup is successfully created.