ZFS compression

Enable it with:

zfs set compression=lz4 <poolname|datasetname|volumename>

(lz4 is fast and good – afaik the recommendation for ZFS on Linux)

Check the ratio with:

zfs get compressratio

Leave a Reply

Your email address will not be published. Required fields are marked *