On Wed, Apr 21, 2021, at 4:09 AM, jerome raoul wrote:
> Hello everyone,

> 

> I'm testing Bacula, I have compiled it from source with gzip and lzo to 
> compress my backup. This is working without any issue. But when I try to 
> restore one file on the same client using the default job “RestoreFiles”, the 
> file is restored but compressed. If I decompress it using a trick (printf 
> "\x1f\x8b\x08\x00\x00\x00\x00\x00" |cat - /tmp/restore/myfile | gzip -dc 
> >/tmp/restore/un_myfile).

> I can read it. Of course, in log I got an error message: Error: attribs.c:621 
> File size of restored file /tmp/restore/myfile not correct. Original 239, 
> restored 173.

> Does someone have an idea of what is causing the issue? Bad configuration 
> when compiling, wrong option on restore?


Perhaps if you shared the backup job so we can see the settings you used...

--
  Dan Langille
  d...@langille.org

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to