NetWorker: How to Enable Client File Index Backups During Data Backups

Summary: This article provides instructions to enable Client File Indexes (CFI) backups in the same policy data backups are performed.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

The NetWorker server backs up Client File Indexes (CFI) during the Server Protection -> Server backup action. This is the default approach for backing up CFI.

NetWorker provides an internal "action" setting to enable CFI backups in the same action that client-based backups are performed.
 
When a client-based backup workflow is CFI enabled, the index backup is performed after a client's save set backups complete:
NetWorker Backup Monitoring
Figure 1: The client's index save set is backed up after the save set data
root@linux1:~# mminfo -avot -t today
 volume        type   client           date     time         size ssid      fl   lvl name
ClientBackupPool.001 Data Domain linux1.amer.lan 02/27/2023 12:38:30 PM 74 MB 4277998791 cr 9 index:linuxclient01.amer.lan
ClientBackupPool.001 Data Domain linuxclient01.amer.lan 02/27/2023 12:39:32 PM 13 MB 16585916 cb incr /
ClientBackupPool.001 Data Domain linuxclient01.amer.lan 02/27/2023 12:39:37 PM 4  B 4294776000 cb incr /boot
NOTE: Enabling this functionality does not exclude clients who perform their index backup in a data protection policy from the Server Protection Policy. When the Server Protection Policy is run, the index backup is performed again.
 

There are two methods for enabling this feature.

Nsradmin CLI:

  1. From a root or admin command prompt on the NetWorker server, run the command:
nsradmin
  1. From the nsradmin prompt, use the following command syntax to print the backup action details:
nsradmin> show Enable Cfi
nsradmin> print type: nsr protection policy action; name: ACTION_NAME; policy name: POLICY_NAME; workflow name: WORKFLOW_NAME
Example:
nsradmin> show Enable Cfi
nsradmin> print type: nsr protection policy action; name: backup; policy name: Bronze; workflow name: Filesystem
                  Enable Cfi: No;
nsradmin>
  1. To enable CFI backups in the backup action, enter the following command from the nsradmin prompt:
nsradmin> update Enable Cfi: Yes
  1. Rerun the print command to display the changes:
nsradmin> print type: nsr protection policy action; name: backup; policy name: Bronze; workflow name: Filesystem
                  Enable Cfi: Yes;


Nsrpolicy CLI:

  1. From an elevated prompt on the NetWorker server, run the following nsrpolicy command to display the backup action attributes:
nsrpolicy action display -p POLICY_NAME -w WORKFLOW_NAME -A ACTION_NAME

OR:

nsrpolicy action display --policy_name POLICY_NAME --workflow_name WORKFLOW_NAME --action_name ACTION_NAME

Example:

root@linux1:~# nsrpolicy action display -p Bronze -w Filesystem -A backup
{
    "actionName": "Backup",
    "actionSpecific": {
        "actions": {
            "actionType": "backup",
            "actionBackupSubtypeSpecific": {
                "backupSubtypes": {
                    "abBackupSubtype": "traditional",
                    "abtDestinationPool": "ClientBackupPool",
                    "abForceBackupLevel": "",
                    "abtBrowsePeriod": "1 Months",
                    "abtDDRetentionLockTime": "",
                    "abtEnableCfiBackup": false,
                    "abtEnableDDRetentionLock": false,
                    "abtEstimate": false,
                    "abtFileInactivityAlertThreshold": 0,
                    "abtFileInactivityThreshold": 0,
                    "abtRevertToFullWhenSyntheticFullFails": true,
                    "abtTimestampFormat": "none",
                    "abtVerifySyntheticFull": true
                }
...
...
  1. To enable CFI backups, run the following nsrpolicy command against the backup action:
nsrpolicy action update backup traditional -p POLICY_NAME -w WORKFLOW_NAME -A ACTION_NAME --enable_cfi yes

OR:

nsrpolicy action update backup traditional --policy_name POLICY_NAME --workflow_name WORKFLOW_NAME --action_name ACTION_NAME --enable_cfi yes

Example:

root@linux1:~# nsrpolicy action update backup traditional -p Bronze -w Filesystem -A backup --enable_cfi yes
128947:nsrpolicy: Action 'backup' was successfully updated
  1. To confirm the changes, rerun the nsrpolicy display command:
root@linux1:~# nsrpolicy action display -p Bronze -w Filesystem -A backup
{
    "actionName": "Backup",
    "actionSpecific": {
        "actions": {
            "actionType": "backup",
            "actionBackupSubtypeSpecific": {
                "backupSubtypes": {
                    "abBackupSubtype": "traditional",
                    "abtDestinationPool": "ClientBackupPool",
                    "abForceBackupLevel": "",
                    "abtBrowsePeriod": "1 Months",
                    "abtDDRetentionLockTime": "",
                    "abtEnableCfiBackup": true,
                    "abtEnableDDRetentionLock": false,
                    "abtEstimate": false,
                    "abtFileInactivityAlertThreshold": 0,
                    "abtFileInactivityThreshold": 0,
                    "abtRevertToFullWhenSyntheticFullFails": true,
                    "abtTimestampFormat": "none",
                    "abtVerifySyntheticFull": true
                }
...
...

Affected Products

NetWorker

Products

NetWorker Family
Article Properties
Article Number: 000210224
Article Type: How To
Last Modified: 12 Feb 2026
Version:  7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.