Philippe
unread,Mar 27, 2025, 8:16:34 AMMar 27Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bareos...@googlegroups.com
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