Hi, I just wanted to confirm something regarding the new-ish zstd support. Basically I want to know about how seamless the implementation is…
- Starting to use zstd-compression on a non-zstd repository (it now contains both compressed and non-compressed data), will a restore cause problems?
- Can I restore a mixed (as above, compressed and non-compressed data) repository with and without the
zstd
-option? - What happens if I initialize a zstd-enabled repository without the
zstd
-option? - Is the
zstd
-option onbackup
-commands necessary if the repository was initialized with thezstd
-option?