snehring / zfsbackup

Quick and easy program to do one way sends of zfs datasets for backup purposes
MIT License
0 stars 1 forks source link

Refactor and lz4 pipe addition #18

Closed snehring closed 11 months ago

snehring commented 1 year ago

-c and -e on send are very nice as long as you're keeping the same compression on the receiving side. Given zstd is now available and we're doing a hardware refresh I decided to change the backups to zstd but I want to retain the transfer benefits of lz4 compression.

This adds an lz4 step in the pipeline to hopefully still save on transfers.