Define wildcard for snapshots deletion?

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
There is way to automate the deletion of snapshots with a cronjob:
Code:
midclt call pool.dataset.destroy_snapshots software/ix-applications '{}'

The only part I’m missing to get it working is how to define a wildcard for any snapshot name inside the brackets, I don’t know if this is possible. Maybe iX can provide some insight?
 
Top