once you select the tables and click on Execute Backup now...it will ask you to save the backup project to be saved to your desired path...than you can reuse that file to import the database..
you can take the manual backup using following command with command line or ssh
$ mysqldump -u xxxx -p database_name > somefile.sql