This topic describes how to create a transaction log backup in SQL Server using the Backup wizard.
1. Open the Backup wizard by doing one of the following:
2. On the General page of the wizard, set up the following general backup options:
Transaction Log
.Note
The Copy-only backup checkbox is available only for full and transaction log backups.
3. In Backup to disk, click Add to change the path to the destination folder to store a backup file.
4. In the Browse Files dialog, choose a destination folder to store the file:
The default path to store the backup file is
C:\Program Files\Microsoft SQL Server\<instance_name>\MSSQL\Backup\file_name.bak
.
Tip
To remove a destination file, click Remove.
5. On the Media options page, set up general media options:
5.1. Under Overwrite Media, select one of the following options:
Back up to a new media set and erase all existing backup sets: Creates a new media set and removes all existing backup sets on the media (like a reset). Selecting this option makes the following options available:
5.2. Optional: Under Reliability, configure additional integrity checks:
5.3. Under Transaction Log, select the checkbox next to the options to handle the transaction log during a restore or backup operation:
6. On the Backup options page, select a backup set and choose your encryption options.
7. Select the Encrypt backup checkbox to create an encrypted backup to protect data from unauthorized access during storage and transfer:
Note
The Encrypt backup option is available when the Back up to a new media set and erase all existing backup sets option is selected.
Tip
It is recommended to back up your certificate or keys and store them in a different location from the backup you encrypted.
8. To run the backup operation, click Back Up.
When the operation is complete, you can view its result on the Finish tab.
Tip
To back up the database again, click Backup Again.
9. To close the wizard, click Finish.
For more information on configuring SQL Server backups on a Windows system, see How to Set Up Every Day Database Auto Backup in SQL Server.