Page 1 of 1

Snapshot: how is uniquename used?

Posted: 16. Apr 2018, 16:08
by QM
How is the uniquename parameter used in snapshot?

The help shows:

Code: Select all

snapshot take <name> [--description <desc>] [--live] [--uniquename Number,Timestamp,Space,Force]
but no explanation is given for these. In fact, a search for 'virtualbox snapshot uniquename timestamp' only turns up regurgitations of this syntax help. Have I missed something?

Re: Snapshot: how is uniquename used?

Posted: 16. Apr 2018, 17:21
by mpack
The name is what is shown beside the snapshot in the manager UI. The name you are asked for if you use tha UI to create the snapshot.

Not that it should matter much, since experienced people don't use the snapshot feature anyway. Google for why.

Re: Snapshot: how is uniquename used?

Posted: 16. Apr 2018, 19:50
by QM
You have not managed to explain the use of these options, only some result. Examples?

Re: Snapshot: how is uniquename used?

Posted: 16. Apr 2018, 20:08
by socratis
I don't think I've ever heard of anyone using this feature. It's an exotic thing that was most probably due to a customer requirement and never got the full attention it needed. You can find where and how it's used to uniquely identify the description of a snapshot in the following file:
https://www.virtualbox.org/browser/vbox ... apshot.cpp

Search for "SnapshotUniqueFlags".

Re: Snapshot: how is uniquename used?

Posted: 17. Apr 2018, 07:43
by QM
Thanks, that explains it!