backupConfig method

Future<void> backupConfig()

Handler for backup_config.

Create a manual backup of the config.ini file.

Implementation

Future<void> backupConfig() async => _commandBackupConfig(_client);