| Exclude tables specified in Exclusion List |
Prevents cloning records from tables on the source instance which are listed under  . If a table is on the Exclusion List, clone will exclude the records on the table as well as records on the child tables. When excluding tables, their table schema and hierarchy will still
be cloned to your target instance. As a result, your target instance will have empty but usable tables after the clone. Note: ServiceNow out-of-the-box table exclusions will still be excluded and are
not affected by this setting. These include tables containing auditing, license usage, logging, and notifications. You can choose to disable this setting if you need the data from your excluded
tables. This is called a Full Clone and is recommended for upgrade or deployment testing. The legacy clone engine does not support this option. The default setting is that tables specified in
the Exclusion List are excluded from a clone. |
| Exclude audit and log data |
Prevents the cloning of audit and log records from the source instance. This creates empty but usable audit and log tables on the target instance. Note: If you exclude audit and log data from your clone,
the Activity Stream for records won't match the source instance. This is because the Activity Stream relies on the audit table to generate the history. The default setting is that audit and log
data are excluded from a clone. |
| Exclude attachment data |
Prevents the cloning of certain files like
- Video files
- Image files
- Other large binary files
from the sys_attachment table. Note: ServiceNow out-of-the-box attachments and other system-relevant files (e.g. catalog item images, theme images, and icons) are not affected by this setting. The
following ServiceNow out-of-the-box attachments and other system-relevant files are not affected by this setting and are not excluded from a clone:
- Table name values that start with ZZ_.
- Table names: sys_certificate, sc_cat_item,sys_upgrade_manifest, ecc_agent_jar, ecc_agent_mib, sys_store_app, or invisible.sys_store_app.
The default setting is to exclude attachment data. |
| Preserve theme |
Preserves the theme and CSS elements on the target instance. As a result, your target instance will keep its theme, its look and feel after a clone. The default setting is to preserve the theme on the
target instance. |
| Lock settings for this clone request |
If you use a clone profile, this option locks the settings and options at the time of the clone request. Any subsequent changes to the clone profile, regardless of when the clone runs, do not affect the
clone request. This option is not selected by default. |
| Amount of data copied from specific tables |
Limits the number of days of historical data for the task table and its child tables (e.g. Incident, problem, and change tables) to 90 days. To reduce clone time, consider excluding large tables
altogether. When excluding tables, your target instance will have the same table schema and hierarchy (i.e. empty usable tables) as the source instance. The default setting is to clone all data from
the task table and its child tables to the target instance. |
| Preserve In Progress Update Sets |
Preserves the last 90 days of in-progress update sets in the global application scope. This option allows you to keep in-progress, global update sets created within the last 90 days on your target
instance.Note: This option does not preserve your in-progress scoped update sets. Update sets that are older than 90 days will not be saved. It is recommended to review and commit your update sets before
cloning. The default is to not preserve update sets. |
| Clone frequency |
This option allows you to schedule recurring clones from your source to your target instance. It allows you to define the clone frequency and the maximum number of occurrences. By default, the clone
frequency is set to None. For more information about scheduling cloning, see Schedule cloning. |