A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-91BBB1C1-47AB-4A06-853E-33E7DDF69D0B
Visible to Intel only — GUID: GUID-91BBB1C1-47AB-4A06-853E-33E7DDF69D0B
pack
Pack a snapshot into an archive.
GUI Equivalent
File > Create Data Snapshot > Pack into archive
Syntax
--pack --no-pack |
Default
On (pack)
Actions Modified
Usage
By default, the archive is saved to the current directory with the default snapshotXXX.advixeexpz name.
Example
Create a new snapshot in the project directory. Do not pack it into an archive.
advisor --snapshot --no-pack --project-dir=./advi_results
Create a new snapshot. Pack it into an archive. Save it in the current directory with the default name.
advisor --snapshot --pack --project-dir=./advi_results
Create a new snapshot. Pack it into an archive named new_snapshot.advixeexpz.
advisor --snapshot --pack --project-dir=./advi_results -- ./new_snapshot