You can update the properties for a NDMP agent backup set by using the Command Line Interface.
Procedure
-
Download the update_backupset_template.xml file and save it on the computer from where the command will be executed.
-
On the command line, go to software_installation_directory/Base and type the following command:
qoperation execute -af update_backupset_template.xml -clientName $[client_name] -netAppImageBackup $[true] -backupsetName $[backup_set_name]
where:
-
client_name is the NAS client name
-
backup_set_name is the name of the backup set for which you want to change properties
The properties for the backup set change as you specified in the XML file.
-