---------- Forwarded message ----------
From: Bart Schelstraete <[EMAIL PROTECTED]>
Date: Mar 31, 2006 10:56 AM
Subject: Re: [Bacula-users] Re: software compression
To: Arno Lehmann <[EMAIL PROTECTED]>

This is the complete output of ldd:

        libacl.so.1 => /lib64/libacl.so.1 (0x0000003d1ec00000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x0000003d1f400000)
        libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x0000003d1f000000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003d22c00000)
        libm.so.6 => /lib64/tls/libm.so.6 (0x0000003d1ea00000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003d22500000)
        libc.so.6 => /lib64/tls/libc.so.6 (0x0000003d1e500000)
        libattr.so.1 => /lib64/libattr.so.1 (0x0000003d1fc00000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003d1e300000)
---

But now I notice that software compression is working, but only for the standard 'backupcatalog'.
I don't understand it :o

My fileset is very simple:

---
FileSet {
  Name = "APP"
  Include {
    Options {
      signature = MD5
        compression=gzip
        >         }
    File = /dir
 }
}
---

And the one from the BackupCatalog is:

--
# This is the backup of the catalog
FileSet {
  Name = "Catalog"
  Include {
    Options {
      signature = MD5
        compression=gzip
    }
    File = /var/bacula/bacula.sql
  }
}
--

So, almost exactly the same... but only the 'Catalog' one is doing compression. (same machine)




On 3/31/06, Arno Lehmann <[EMAIL PROTECTED] > wrote:


On 3/30/2006 10:43 PM, Bart Schelstraete wrote:
>
>     # ldd `which bacula-fd`
>              linux-gate.so.1 =>  (0xffffe000)
>              libacl.so.1 => /lib/libacl.so.1 (0x4002f000)
>              libz.so.1 => /lib/libz.so.1 (0x40035000)
>              libutil.so.1 => /lib/libutil.so.1 (0x40047000)
>              librt.so.1 => /lib/tls/librt.so.1 (0x4004b000)
>              libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40054000)
>              libdl.so.2 => /lib/libdl.so.2 (0x40066000)
>              libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x4006a000)
>              libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x4009a000)
>              libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x4018c000)
>              libm.so.6 => /lib/tls/libm.so.6 (0x40249000)
>              libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4026c000)
>              libc.so.6 => /lib/tls/libc.so.6 (0x40274000)
>              libattr.so.1 => /lib/libattr.so.1 (0x4038a000)
>              /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
>     and see quite clearly that libz is referenced by the FD.
>
>
> Correct, the libz is there...

Then run the FDs with debug output enabled and see if it reports
anything related to compression. If your fileset is more complex than
only one options section you should verify that, too.

Arno

>
> B
>
>
> --
> Schelstraete Bart
> http://www.schelstraete.org
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] >

--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
Schelstraete Bart
http://www.schelstraete.org
[EMAIL PROTECTED]


--
Schelstraete Bart
http://www.schelstraete.org
[EMAIL PROTECTED]

Reply via email to