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

摘要: This article discusses new functionality added in NetWorker 19.8 to enable Client File Indexes (CFI) backups in the same policy data backups are performed.

本文适用于 本文不适用于 本文并非针对某种特定的产品。 本文并非包含所有产品版本。

说明

NetWorker 19.8 added functionality to allow backup admins to configure Client File Index (CFI) backups to be performed immediately after a client finishes data backups. This can be done within the backup action the client is protected in. Previously this was only possible using the NetWorker "Server Protection Policy." 

Requirements:

When this functionality is enabled, the index backup is performed after the data backup completes:

NetWorker Backup Monitoring
Figure 1: NetWorker Backup Monitoring
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 a root or admin command 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
                }
...
...

2. 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
                }
...
...

受影响的产品

NetWorker

产品

NetWorker Family, NetWorker, NetWorker Series
文章属性
文章编号: 000210224
文章类型: How To
上次修改时间: 25 3月 2025
版本:  6
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。