reference:scripting_reference:scripting_events:onconfigbackup

The OnConfigBackup event can be implemented by a script add-in to receive notification when the Opus configuration is being backed up.

Method Name: OnConfigBackup

Argument Type:

ConfigBackupData 

Return Type:

none

Description:

The ConfigBackupData.location property identifies the staging folder that the Opus configuration has been written to. You can make changes to files in this folder before returning, and any modifications you make will be included in the configuration backup.