Hello,

Thanks for your reply.

My configuration looks like this:

--------------------- client.conf ---------------------
Client {
  Name = backup.server
  Address = example.com
  Password = "BlahBlah"

  AutoPrune = yes
  Catalog = "backup"
}

Job {
  Name = "backup_system"
  JobDefs = "DefaultJob"
  FileSet = "LinuxNoServer"
  Client = "backup.server"
  Schedule = "WeeklyCycle_test"

  # Indicamos el catálogo que se usará
  Catalog = "backup"

  # Seleccionamos pools personalizados para separar los volúmenes
  Full Backup Pool = backup-Full
  Differential Backup Pool = backup-Differential
  Incremental Backup Pool = backup-Incremental
}


---------------------- pools.conf ------------------------
Pool {
  Name = backup-Full
  Catalog = backup
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 15 days
  Job Retention = 15 days
  Volume Use Duration = 1 day
  Purge Oldest Volume = yes
  Recycle Oldest Volume = yes
  Maximum Volumes = 100
  Label Format = "backup-$Client-Full-$NumVols"
}

Pool {
  Name = backup-Differential
  Catalog = backup
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 15 days
  Job Retention = 15 days
  Volume Use Duration = 1 day
  Purge Oldest Volume = yes
  Recycle Oldest Volume = yes
  Maximum Volumes = 100
  Label Format = "backup-$Client-Differential-$NumVols"
}

Pool {
  Name = backup-Incremental
  Catalog = backup
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 15 days
  Job Retention = 15 days
  Volume Use Duration = 1 day
  Purge Oldest Volume = yes
  Recycle Oldest Volume = yes
  Maximum Volumes = 100
  Label Format = "backup-$Client-Incremental-$NumVols"
}

----------------------------------------------------------------------

I've removed the catalog from DefaultJob to test, but is ignored. When I
run the job using the command "run client=backup.server" works fine and is
stored on the configured catalog (backup), but when is executed by the
configured schedule (WeeklyCycle_test), then is stored on the other catalog
(that maybe is the default).

That default catalog is only configured on default pool (Full, Incremental
and Differential) and on clients that I need to backup in that catalog.

Another info:

*show client=backup.server
Client {
  Name = "backup.server"
  Address = "example.com"
  Password = "[md5]xxxxxxx"
  Catalog = "backup"
  AutoPrune = yes
}



Terminated jobs:
     3  Incr        376    2.100 G  OK       11-jul-17 09:41 backup.server
    90  Incr        311    1.950 G  OK       11-jul-17 10:27 backup.server

The first was run manually and the job number means that is stored on new
catalog, but the second was run by schedule and was stored on main catalog.


Thanks and greetings!!

2017-07-11 12:19 GMT+02:00 Jörg Steffens <[email protected]>:

> Hi,
>
> hard to tell.
> You should provide an example (relevant configuration lines, console
> output and relevant part of the joblog). Maybe something get obvious by
> this.
>
> regards,
> Jörg
>
> On 11.07.2017 at 11:56 wrote [email protected]:
> > Hello,
> >
> > I'm trying to create a director with multiple catalogs to split clients,
> but I've noticed that the catalog used when the job is launched manually
> and when is scheduled is different.
> >
> > I've configured the catalog on client, pool and job definitions, and
> I've revised that is not configured on schedules.
> >
> >
> > My schedule is this:
> >
> > Schedule {
> >   Name = "WeeklyCycle_test"
> >   Run = Level=Full 1st sat at 2:00
> >   Run = Level=Differential 2nd-5th sat at 2:00
> >   Run = Level=Incremental sun-fri at 2:00
> > }
> >
> >
> > What can be the problem?
> >
> > thanks!!
> >
>
>
> --
>  Jörg Steffens                   [email protected]
>  Bareos GmbH & Co. KG            Phone: +49 221 630693-91
>  http://www.bareos.com           Fax:   +49 221 630693-10
>
>  Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
>  Komplementär: Bareos Verwaltungs-GmbH
>  Geschäftsführer:
>  S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "bareos-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/bareos-users/tnxhoN_I4yc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
_________________________________________

      Daniel Carrasco Marín
      Ingeniería para la Innovación i2TIC, S.L.
      Tlf:  +34 911 12 32 84 Ext: 223
      www.i2tic.com
_________________________________________

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to