ZFS snapshots

ZFS snapshots

After long usage of zfs file system, probably you will finish like me with too much space ocupied by snapshots. Quick way to free this space is to use commands like this:

zfs list -H -o name -t snapshot | xargs -n1 zfs destroy -R
Share with Me via Nextcloud