Zstandard (aka "zstd") is a newish (2016) compression algorithm from Facebook that boasts significantly faster compression and decompression times than gzip, often with smaller resulting files. It also has adjustable compression levels that allow you to choose between and tune for maximum speed or minimal file size.
It might be a good option to add to this utility, as it would make creating and restoring snapshots faster and usually result in smaller files.
Zstandard (aka "zstd") is a newish (2016) compression algorithm from Facebook that boasts significantly faster compression and decompression times than gzip, often with smaller resulting files. It also has adjustable compression levels that allow you to choose between and tune for maximum speed or minimal file size.
It might be a good option to add to this utility, as it would make creating and restoring snapshots faster and usually result in smaller files.