When the Zmanda Client for Windows is configured and licensed for Microsoft SQL backup, it uses the Microsoft Volume Shadow Services to back up the SQL database(s) and logs. Depending on which service is enabled on the server, ZWC uses either the SQL Server VSS Writer or the MSDE Writer. ZWC does not use the MS-SQL API for backup.
ZWC performs an incremental backup of databases and transaction log files just as it does any other file system backup (based on modification time). ZWC does not support transaction log based backup because this mechanism is not supported either by MSDE or the SQLServer.
ZWC does not truncate transaction logs after a backup. If you wish to truncate transaction logs after a backup, this can be accomplished using a post-backup plugin.
Requirements for Microsoft SQL Server Backup and Restore
These instructions assume you have already installed and licensed the Amanda Enterprise server and the Microsoft SQL Server being backed up. There are a number of additional requirements:
Configuring Microsoft SQL Server Backups from the ZMC Backup What Page
Create a dedicated backup set for each Microsoft SQL Server you intend to back up. On the Source page you are prompted to select what type of object you want to back up. Choose MSSQL under Database, and the following options are displayed:
Host Name
The name of the machine running the Microsoft SQL server you intend to back up.
Data Deduplication, Encryption and Compression
Select the desired options for backup images before transfer to the Amanda backup server.
Discover
The Discover button discovers all the available databases to be backed up. All the databases can be selected using the Select All button. They can also be manually added if preferred.
After you have set the options, click the Add button to add the Microsoft SQL Server object to the backup set. Click Save to commit the changes; you can then configure the backup set linked to MSSQL disk list entry, just as you would any other by setting the options on Backup Where, Backup How, and Backup When, etc.
Please make sure no other backup software is scheduled to run at the same time as the Amanda SQL server backup.
When the backup starts, the Zmanda Windows Client collects a list of mounted databases (including their physical paths) from the SQL Writer. ZWC then takes a snapshot of the drives on which the databases are located. During snapshot creation the SQL Writer stops all I/O operations to the databases. Once the snapshot is done, the SQL Writer resumes I/O operations, and ZWC takes a backup of the database files from the snapshot volume. The snapshot is deleted after the backup is completed.
Configuring Microsoft SQL Server Restores from the ZMC
When you have selected the disk list entry that includes the MS SQL databases for restore, the Restore What page displays the following options:
Select all the host databases and log files on the Restore->What page. Click Next to display the Restore Where page:
If restoring to the original server, make sure that MS SQL is installed in the same location as when the backup was run. The databases and log file locations should also match the original configuration. When no directory is specified in the '''Restore Where''' page, the Zmanda Windows Client stops the host SQL services before beginning the restore, and re-starts after the restore is complete. You must then recover the databases on the server manually.
If restoring to an alternative location, simply specify that directory. The ZWC will then perform a simple copy operation without attempting any pre- or post-restore operations. No SQL recovery is required in this type of restore.
Troubleshooting
If an MS SQL backup fails, follow these troubleshooting steps:
Troubleshooting Restores