[Bacula-users] Bacula client compatibility on Linux & AIX

2013-10-23 Thread Hanzam Hairus Mohd Taib
We need help to clarify on the following 2 items: 1. Bacula 5.2.6 supports SuSe Linux Enterprise 11 2. IBM AIX 7 is compatible up to Bacula 5.2.3 Is that any document or reference on above items. -- October Webinars: Cod

Re: [Bacula-users] Improve bacula performance with software compression

2013-10-23 Thread Brian Debelius
On 10/22/2013 08:16 AM, Федорищев Игорь Николаевич wrote: > > What else? > > I want to store files in volumes compressed without losts network copy > performance. > > Thanks, sorry for my English. I am now using a ZFS store on CentOS 6.4 with LZ4 compression turned on. Bacula is configured to no

Re: [Bacula-users] Simultaneous backups in backup in queues

2013-10-23 Thread Marcin Kałuża
On 10/22/2013 03:59 PM, rgreiner wrote: > Hi. > > I would like to know if it possible to create different "queues" for making > backup in Bacula. My problem is that I have 3 different locations > (datacenters) with servers I want to backup. But one those datacenters has a > small link (50Mbps) w

[Bacula-users] Simultaneous backups in backup in queues

2013-10-23 Thread rgreiner
Uwe, the problem I have is that the site with the 50Mbps links takes a full weekend for full backups (actually entering Monday). When that happens, all the other backups are completely stopped until that site is finished. So, because of that link limitation, the other sites get no backup for a

[Bacula-users] Anybody uses chef to install and deploy bacula on clients/servers ?

2013-10-23 Thread Vladimir Skubriev
Anybody uses chef(opscode) to install and deploy bacula on clients/servers ? I know about only one cookbook for doing this https://github.com/computerlyrik/chef-bacula Maybe anybody know about other work in this direction or have own cookbooks. In this case, can you share you work with me ?

Re: [Bacula-users] Bacula-fd does not start on ubuntu 12.04 when computer starts on. When bacula-fd starts it does not write anything in syslog.

2013-10-23 Thread Vladimir Skubriev
On 10/22/2013 07:57 PM, Jim Creason wrote: That's an Ubuntu problem, not Bacula. Run this: sudo update-rc.d bacula-fd defaults --jim Ok. root@zeus:/var/lib# ls -lR /etc/rc*.d ... /etc/rc2.d: total 4 -rw-r--r-- 1 root root 677 Jul 26 2012 README lrwxrwxrwx 1 root root 17 Jul 21

Re: [Bacula-users] Improve bacula performance with software compression

2013-10-23 Thread James Harper
> > > I've just started using btrfs on all backup media. Btrfs can use LZO > > compressions so is quite fast and I'm much happier with the compression > > load on the sd rather than on the fd. > > btrfs is still under development or I'm wrong? Yes it is. It is highly recommended to use a rec

Re: [Bacula-users] Improve bacula performance with software compression

2013-10-23 Thread Mauro
On 23 October 2013 09:16, James Harper wrote: > I've just started using btrfs on all backup media. Btrfs can use LZO > compressions so is quite fast and I'm much happier with the compression > load on the sd rather than on the fd. btrfs is still under development or I'm wrong?

Re: [Bacula-users] Improve bacula performance with software compression

2013-10-23 Thread James Harper
> Ways to resolution problem? > 1. Backups uncompressed, then unpack volume with external tools, > compress and pack again. > (..How Bacula does operate with that again? No way..) > > What else? > > I want to store files in volumes compressed without losts network copy > performance. > I've jus