backup method

Future<SonarrCommand> backup()

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);