fix({proxy,xo-server}): add backup.vhdDirectoryCompression setting

Introduced by 5d605d1bd
This commit is contained in:
Julien Fontanet
2021-12-21 17:47:46 +01:00
parent aa2b27e22b
commit 3c984e21cd
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ keepAliveInterval = 10e3
dirMode = 0o700
disableMergeWorker = false
snapshotNameLabelTpl = '[XO Backup {job.name}] {vm.name_label}'
vhdDirectoryCompression = 'brotli'
[backups.defaultSettings]
reportWhen = 'failure'

View File

@@ -87,6 +87,8 @@ snapshotNameLabelTpl = '[XO Backup {job.name}] {vm.name_label}'
# Delay for which backups listing on a remote is cached
listingDebounce = '1 min'
vhdDirectoryCompression = 'brotli'
[backups.defaultSettings]
reportWhen = 'failure'