You can configure any Yosemite Server Backup feature by selecting the object from the Catalog view and updating information on its property pages.
- Select the Administration desk bar and open the Catalog view.
- Select Network , then select the Microsoft SQL Server on your system.
Expand the object until you see a list of database instances.
- Right-click the database instance and display its property pages.
Select the Configuration command to display the Configuration page.
Setting | Description |
---|---|
User name | Yosemite Server Backup sends this name to Microsoft SQL Server whenever the SQL administrator user name is required. Type the Microsoft SQL administrator name in this field. The default is sa . |
Password | Yosemite Server Backup sends this SQL administrator password to Microsoft SQL Server with the SQL administrator’s user name whenever required. There is no default value. |
Force Modes | As explained in the next section, the Backup mode setting of a backup job affects Microsoft SQL Server database instances differently than file types. The Force Modes settings control how Yosemite Server Backup backs up the database instances. |
Full | When the Backup mode of a job is set to Full , Yosemite Server Backup checks this setting to see how the job should be run with SQL database instances. Full is the only possible setting, so the database instances will be backed up in this mode. In this case, both the databases and the transaction logs are backed up. |
Differential | When the Backup mode of a job is set to Differential , Yosemite Server Backup checks this setting to see how the job should be run with SQL database instances. By default, Yosemite Server Backup runs the jobs as an incremental job and so only the transaction logs are backed up. If you want jobs with a Differential backup mode to back up both the database and the transaction logs, change this setting to Full . In this case, Yosemite Server Backup will treat the SQL Server database instances as if it were running a job in Full backup mode. |
Incremental | When the Backup mode of a job is set to Incremental , Yosemite Server Backup checks this setting to see how the job should be run with SQL databases. By default, Yosemite Server Backup runs the jobs as an incremental job and so only the transaction logs are backed up. |