Backup File Action

The BackupFileAction setting specifies how data should be written to the backup file. Create is the default setting.

Value
Description
Create
Creates the backup file at the start of map execution. If a file exists with the same file path, it is overwritten. If more than one burst is used, data will be appended to the same backup file.
Append
If a file exists with the same file path, the data is appended to the existing file. Otherwise, a new file is created. If more than one burst occurs, data for each burst is appended to that same backup file.