The following command creates a snapshot of the existing boot environment named BeName.
beadm create BeName@snapshotdescription
The snapshot name must use the format BeName@snapshotdescription. BeName is the name of an existing boot environment that you want to make a snapshot from. If the existing boot environment name is not valid, the command fails. snapshotdescription is a custom description to identify the date or purpose of the snapshot.
Note the following snapshot sample names and descriptions:
[email protected]:15pm – The name for a snapshot of the existing BE1 boot environment. The custom description, 0312200.12:15pm, records the date and time that the snapshot was taken for future reference.
BE2@backup – The name for a snapshot of an original boot environment named BE2. The snapshot description merely notes that this is a backup of BE2.
BE1@march132008 – The name for a snapshot of an original boot environment named BE1. The snapshot description records the date that the snapshot was taken.
Some other system functions automatically take snapshots of a boot environment. Names for such snapshots automatically include a timestamp that indicates when the snapshot was taken. You must use the beadm create command if you want to customize a snapshot name.