pack
pack
Pack a snapshot into an 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.
Create a new snapshot in the project directory. Do not
pack it into an archive.
$ advisor --snapshot --project-dir=./advi --no-pack
Create a new snapshot. Pack it into an archive. Save
it in the current directory with the default name.
$ advisor --snapshot --project-dir=./advi --pack
Create a new snapshot. Pack it into an archive named
new_snapshot.advixeexpz
.
$ advisor --snapshot --project-dir=./advi --pack -- /new_snapshot