src/backup/chunk_store.rs: use zstd compression insteadf of lz4

Provides better compressionm rate, and is still fast.
This commit is contained in:
Dietmar Maurer
2019-03-07 11:42:59 +01:00
parent d2690f74bb
commit 141f062e08
3 changed files with 6 additions and 8 deletions

4
debian/control vendored
View File

@ -6,7 +6,7 @@ Build-Depends: bash-completion,
debhelper (>= 10),
python3-docutils,
python3-sphinx,
liblz4-dev,
libzstd-dev,
libpam0g-dev,
pkg-config,
Standards-Version: 3.9.5
@ -18,6 +18,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
libjs-extjs (>= 6.0.1),
fonts-font-awesome,
proxmox-widget-toolkit,
liblz4-1,
libzstd1,
Description: Proxmox Backup Server
This is experimental code used to test Rust.