Stripes,<br><br>Looks like the snapshot are created by zfs-auto-snapshot. Assuming you want to get rid of old snapshots try this in a terminal:<br><br>sudo zfs-auto-snapshot --label=monthly --keep=3 //<br><br>This should create a new monthly snapshot and keep 2 most recent ones.<br><br>If it works and you are ok with having fewer monthly snapshots permanently then the parameter can be changed in a similar command in /etc/cron.monthly/zfs-auto-snapshot. (as a root of course)<br>Hope this helps.<br>Disclaimer: I don't use zfs but assume the logic is the same as with btrfs.<br><br>--<br>VM