Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Microsoft SQL Server Administrator's Guide
  3. Performing backups and restores with the NetBackup MS SQL Client
  4. Perform a partial database backup (NetBackup MS SQL Client)
NetBackup™ for Microsoft SQL Server Administrator's Guide

Perform a partial database backup (NetBackup MS SQL Client)

This procedure describes how to create a script to perform a partial database backup. This type of back is only available for batch file-based policies.

To perform a partial database backup

  1. Open the NetBackup MS SQL Client interface.
  2. Select the host and instance you want to access.

  3. Select File > Backup SQL Server objects.
  4. In the Backup Microsoft SQL Server Objects dialog box, in the left pane, select the database instance.
  5. In the right pane, select a database that you want to back up.
  6. For the Type of Backup, select one of the following:
    • Create a template for partial backup.

    • Create a template for partial differential backup.

  7. Select the backup options.

  8. Click Backup.
  9. In the Save Script As dialog box, specify a file name and click OK.
  10. When you are prompted to open the template, click Yes.
  11. Edit the template by uncommenting the filegroups that you want to include in the backup. You must uncomment at least one filegroup.

    For example, replace:

    #
    #  If you wish to include filegroup DBA_FG1 in the partial backup,
    #  then remove the hash mark that precedes the following line.
    #FILEGROUP DBA_FG1

    with:

    #
    #  If you wish to include filegroup DBA_FG1 in the partial backup,
    #  then remove the hash mark that precedes the following line.
    FILEGROUP DBA_FG1
  12. When you are finished modifying the template, save it.
  13. To run the backup, select File > Manage script files, select the script you created, and click Start.

More Information

Select the SQL Server host and instance (NetBackup MS SQL Client)

Options for SQL Server backup operations

Feedback

Was this page helpful?
Previous

Perform a user-directed backup of SQL Server database files (NetBackup MS SQL Client)

Next

Options for NetBackup for SQL Server restores

Feedback

Was this page helpful?