]> git.proxmox.com Git - pve-zsync.git/commit
close #1824: add 'compressed' option enabling -c and -L for send
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 10 May 2022 11:19:15 +0000 (13:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 May 2022 15:14:46 +0000 (17:14 +0200)
commit462a6f8104af423d19a5c916d51b95eb61558e39
tree04599fedc0d4fa81eaa8ec3ebf77cda18638680c
parentaaa924ea55a2c7ae3731c0f43c03495e6675ea61
close #1824: add 'compressed' option enabling -c and -L for send

If one of the features lz4_compress, zstd_compress or large_blocks is
actively used/required by the source dataset, but not enabled on the
destination, zfs send/recv will fail and recommend upgrading the pool.

It's not required that the target dataset is also compressed.
Specifying '--properties' to have the target inherit the compression
property even works during later syncs (but pre-existing data won't be
recompressed automatically then).

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
pve-zsync