Previous Topic: Add Advanced Argument DialogNext Topic: Database Table: Discovered Software


Database Table: File Collection

The File Collection table, BCKFILE, stores the configuration files information.

This table contains the following columns:

AUTO_REP_VERSION

Includes the automatic increment counter used by the replication engine for comparing the values before and after the update.

BCKID

Includes the Backup ID of the file.

BDOMID

Includes the backup definition DOMAIN ID.

BKDATE

Includes the date when backup file was last modified.

BKFILE

Includes the contents (text) of the file.

BKNR

Includes the chunk number of backup file. Multiple rows are created to contain files larger than BKFILE max size.

BKVER

Includes the backup version.

Default: 1

OBJECT_DOMAIN_UUID

Includes the object domain UUID used for replication.

OBJECT_TYPE

Includes the type of object.

Example: ca_discovered_hardware=1, ca_discovered_user=2.

OBJECT_UUID

Includes the object UUID. This column has a foreign key to either ca_discovered_hardware or ca_discovered_user depending on the object_type.

More information:

Add Advanced Argument Dialog