Hi! I get following lines for jobs running in bacula and they seems to be 
rahter strange

>JobId=4 wants Pool="full_nagios" but have Pool="Default_sqlsrv2" nreserve=0 on 
>drive "FileStorage"
What this line really means? That my "nagios" job will be backed up into 
sqlsrv2 pool?
Why?
My nagios client conf hasn't any mention about "sqlsrv2"

-----------------------
Job {
        Name = "nagios"
        Type = backup
        Client = nagios
        Pool = "full_nagios"
        Fileset = "nagios"
        Storage = "Default"
        Schedule = weekly_nagios
        Messages = Standard
        Priority = 10
        Write Bootstrap = "/var/lib/bacula/%c.bsr"

}

Client {
        Name = "nagios"
        Address = nagios.ariel.loc
        FDPort = 9102
        Catalog = bacula
        Password = "x"
        File Retention = 28 days
        Job Retention = 28 days
        AutoPrune = yes
}


Pool {
        Name = full_nagios
        Pool Type = Backup
        Recycle = yes
        AutoPrune = yes
        Volume Retention = 28 days
        Maximum Volume Jobs = 1
        Maximum Volumes = 4
        Storage = Default
        Label Format = "Full-nagios-${Year}${Month:p/2/0/r}${Day:p/2/0/r}"
}

Fileset {
        Name = "nagios"
        Include {
                Options { Signature=MD5; Compression=GZIP9; }
                File = /etc/
        }
}

Schedule {
        Name = weekly_nagios
        Run = Level=Full sun at 23:00
}

+----------------------------------------------------------------------
|This was sent by nomad7...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to