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?


Thank for any hints to unlock this,


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

Reply via email to