I want to use Mysql Backup on a Windows Server as a Service, Is this possible?
Yes . When you star the backup job manually , the backup agent window pops up, but if you create schedule for this job (by selecting "Use scheduled" option) ,it runs in background , it is started by "MySQL Backup Scheduler Engine" service , no window pops up. You can also schedule backup job by using following command line in Window Task Scheduler: {installation directory}\MySQLBKAgent.exe {job name}

