barcus / bareos

Docker image for Bareos
https://hub.docker.com/r/barcus
MIT License
116 stars 55 forks source link

compression alorithm not supported on alpine #13

Closed setiseta closed 4 years ago

setiseta commented 6 years ago

Hello,

actually i get on a restore the following message: 30-Aug 15:15 bareos-fd JobId 12127: Error: Compression algorithm 0x465a3448 found, but not supported!

maybe the job was run before i changed to the alpine image. so it seems there is something missing.

kind regards sebastian

barcus commented 6 years ago

Hello Sebastian

which type of compression do you use in this job ?

i made test to try to reproduce... i ran jobs with gzip compression in BareOS 17.2 (ubuntu based), then i tried to restore them on a fresh BareOS 17.2 (alpine based), no problem !

Regards Marc

setiseta commented 6 years ago

I'm using LZ4HC. yes gzip is working. sorry, i see that i forgot to be more specific in initial text.

barcus commented 4 years ago

2020-02-27 00:32:32 | bareos-fd JobId 3: Warning: LZ4HC compression support requested in fileset but not available on this platform. Disabling ... i can not fix it on my side, sorry :)