@stgraber I am trying to create a custom volume snapshot as documented in incus storage volume snapshot.
When I execute the command:
incus storage volume snapshot default get-my-data my-snapshot
It does not seem to accept the “default” which is the name of the storage pool as documented.
The correct command is:
incus storage volume snapshot create default get-my-data my-snapshot
Perhaps the documentation needs to be updated.