Terry,
Thank you, I think we are talking about 2 different things.
As I mentioned in my post I'm talking about the Snapshot description that can be set using
Code: Select all
VBoxManage snapshot "VM Name" edit "Snapshot Name" -newdesc "New Description"
After I read your post I did an interesting experiment, I changed the description using the above mentioned command. The new description is 300 characters long. The description has been populated in the xml file but the snapshot vdi file timestamp didn't change !!!.
I even tried to read the first 512 bytes from the vdi file, but the description was not there
Code: Select all
dd if="vdifile.vdi" bs=1 count=512
I think this means that the Snapshot description is NOT written in the vdi file.
Please advise.