backup method
Handler for command (Backup).
Instruct Sonarr to perform a backup of its database and config file (nzbdrone.db and config.xml).
Implementation
Future<SonarrCommand> backup() async => _commandBackup(_client);
Handler for command (Backup).
Instruct Sonarr to perform a backup of its database and config file (nzbdrone.db and config.xml).
Future<SonarrCommand> backup() async => _commandBackup(_client);