Download the backup from cloud storage to the database server. Backup Ninja will provide a command to download the backup using the following argument:
$ bartender get-file -f {generated_backup_id} -o {output_file}
See also
See Command-Line for details on the subcommand usage, options, and examples.
For example:
$ bartender get-file -f bmin68cbxxxxxxxxxxxx -o mysqldump_all_2019-10-15_051000_.sql
The above will download backup with ID bmin68cbxxxxxxxxxxxx
into the local server in the current path. The output file name is mysqldump_all_2019-10-15_051000_.sql
.
Warning
Download option is only available for backup that is stored on the cloud.