HELP: How to write the archive copy
TYPE: OVERLAY
SYNTAX: TO/WRITE.{NEW()/OLD()/MODIFY()/DUPLICATE()}
Description
Allows you to choose one of four different ways to write data to an
archive:
NEW: Writes the data to a new archive
OLD: Adds a new version to an existing archive that does not depend on
data from older versions
MODIFY: Adds a new version to an existing archive that modifies data
from the latest version by appending, deleting or updating existing
records.
DUPLICATE: Copies raw data segments from a FLAM archive to a new FLAM
archive. Unlike all the options, data is not re-encrypted, but raw data
segments are copied. This can be used to create subset archives by
someone with only MEMBER access level, who can search the encrypted
data, but who cannot decrypt it. A subset archive can transferred to
someone with DATA access to retrieve the actual search results.