Well, apparently this fails because bareos is looking for [0-9a-f]{24} and ignores the resulting .zst files.
Okay, I can circumvent that by modifying the commands

archive_command = 'zstd -q -T0 %p -o /path/to/wal_archive/%f'
restore_command = 'zstd -q -T0 -d /path/to/wal_archive/%f -o %p'

Backup works, but didn't test restore yet. Are there any pitfalls to expect?

Best,

Philippe

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/bareos-users/18e72a67-50b8-4432-995d-1d17b8eacb8b%40quarantine.de.

Reply via email to