High Performance Software-Defined Block Storage for container, cloud and virtualisation. Fully integrated with Docker, Kubernetes, Openstack, Proxmox etc.
I am able to capture the snapshots of resource-definition using below commandslinstor rd sp pvc-00 AutoSnapshot/RunEvery 15 which captures a snapshot of given resource-definition(pvc-00) after every 15 minutes..
I am able to capture the snapshots of resource-definition using below commands
linstor rd sp pvc-00 AutoSnapshot/RunEvery 15
which captures a snapshot of given resource-definition(pvc-00) after every 15 minutes..the snapshot is by default getting captured with the name autoSnap00071 , is there a way where i can manually provide a name to snapshots?
Thanks in advance