[pve-devel] [PATCH guest-common 04/12] vzdump: add support for bzip2 compression
Filip Schauer
f.schauer at proxmox.com
Wed Apr 9 16:24:15 CEST 2025
This aligns with the PVE::Storage::BACKUP_EXT_RE_2 regex
Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
src/PVE/VZDump/Common.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm
index 8fce316..9e13faf 100644
--- a/src/PVE/VZDump/Common.pm
+++ b/src/PVE/VZDump/Common.pm
@@ -158,7 +158,7 @@ my $confdesc = {
type => 'string',
description => "Compress dump file.",
optional => 1,
- enum => ['0', '1', 'gzip', 'lzo', 'zstd'],
+ enum => ['0', '1', 'gzip', 'lzo', 'zstd', 'bzip2'],
default => '0',
},
pigz=> {
--
2.39.5
More information about the pve-devel
mailing list