On Fri, 11 May 2007, Jason J. W. Williams wrote: > Is it possible (or even technically feasible) for zfs to have a "destroy > to" feature? Basically destroy any snapshot older than a certain date?
Sorta-kinda. You can use 'zfs get' to get the creation time of a snapshot. If you give it -p, it'll provide the seconds-since-epoch time so, with a little fancy footwork, this is scriptable. Regards, markm _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss