Re: [Bacula-users] LZO compression on FreeBSD

2013-06-23 Thread pietersnld
bacula-13 wrote > On Mon, 17 Jun 2013 17:52:27 + > Doug Sampson < > dougs@ > > wrote: > >> According to Laurent, all aspects of the Bacula system (director, >> storage, & client) must be enabled with LZO support. I haven't tested it >> without LZO support in the director and storage devices.

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-22 Thread Laurent Papier
On Mon, 17 Jun 2013 17:52:27 + Doug Sampson wrote: > According to Laurent, all aspects of the Bacula system (director, storage, & > client) must be enabled with LZO support. I haven't tested it without LZO > support in the director and storage devices. If you do, please post your > finding

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-17 Thread Doug Sampson
> This will cause a problem presumably, if you do backups on an LZO client > (such as I'm > considering on my SPARC T2 hosts, weedy CPU cores) then if necessary you > can't restore these > backups to a GZIP only client. > > It essentially limits the restore clients to those who also have LZO >

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-16 Thread Gary Cowell
This will cause a problem presumably, if you do backups on an LZO client (such as I'm considering on my SPARC T2 hosts, weedy CPU cores) then if necessary you can't restore these backups to a GZIP only client. It essentially limits the restore clients to those who also have LZO installed, yes? Al

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-04 Thread Doug Sampson
> > Thanks for confirming this. I've recompiled both the server and client > on the Bacula server and the configure options confirms the LZO support > option is enabled. > > Nice, you should now have a director (bacula-dir)with lzo compression > options and storage (bacula-sd) with lzo stream supp

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-04 Thread Laurent Papier
On Tue, 4 Jun 2013 17:17:05 + Doug Sampson wrote: > > Thanks for confirming this. I've recompiled both the server and client on the > Bacula server and the configure options confirms the LZO support option is > enabled. Nice, you should now have a director (bacula-dir)with lzo compression

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-04 Thread Doug Sampson
> yes you need to have LZO include and lib installed in your system AND you > need to compile bacula (client, storage and director) in order to get LZO > compression support. > > There is a major compression speed improvement in LZO 2.05 and up on > 64bits Intel system. Check that you have at leas

Re: [Bacula-users] LZO compression on FreeBSD

2013-06-04 Thread bacula
Le Mon, 3 Jun 2013 23:28:46 + Doug Sampson écrit: > Hello- > > I want to use LZO compression in two of my jobs instead of GZIP. These jobs > back up to hard drives on a FreeBSD 9.1-RELEASE machine. Bacula v5.2.12. > > I installed archivers/lzo2 and verified that /usr/local/lib/liblzo2.so

[Bacula-users] LZO compression on FreeBSD

2013-06-03 Thread Doug Sampson
Hello- I want to use LZO compression in two of my jobs instead of GZIP. These jobs back up to hard drives on a FreeBSD 9.1-RELEASE machine. Bacula v5.2.12. I installed archivers/lzo2 and verified that /usr/local/lib/liblzo2.so exists. This was after I had been using Bacula on this particular se