Backup Console's database.
There are two different ways to back up the Console database:
To backup Console's database using the asctl command, execute the following command in a Terminal:
$ asctl -v console:backup_database
This command uses mysqldump to create Console's MySQL database backup. The backup file, aspera_console.sql, is saved in the following directory:
/opt/aspera/console/backup/<year-month-day_time>
This procedure is performed via the Console web GUI. Please refer to the topic Database Maintenance.