Manage SQL Server Backup Agent

Backup Agent read/write data from/to MS SQL Server databases  , so the Backup Agent should be installed on database server machine .

Please make sure the DataBK SQL Backup Agent service is started before you can do further configuration .

To add a Backup Agent , 

1 . Click the ¡°Configure¡±->¡±SQL Instances¡± button .

    

¡¡

2 . By clicking the "New Agent" or  "Edit" buttons , following setting window pops up.

Alias : The name for Backup Agent . It can be used when you configure backup or restore job.
Address : IP address or computer name of the machine which backup agent is installed on.
Port : A integer port number that Backup Agent listening on. The default listening port is 6000 , please make sure the firewall allows program to work no the port 6000  . You can also change the default port setting to meet your firewall requirements.
Account /Password  : The account information for Backup Manager or Storage Server connecting to Backup Agent. For a new installed backup agent  , the default account name is "Admin" and the default password is "Admin"  , you can change the default password here after you logon the backup agent.

¡¡

¡¡