So I have a regular GFS19 job configured that has 3 different pools for one job 
ala:

Job {
  Name = "webserver-job"
  Type = Backup
  Messages = "standard"
  FullBackupPool = "webserver-monthly-pool"
  IncrementalBackupPool = "webserver-daily-pool"
  DifferentialBackupPool = "webserver-daily-pool"
  Client = "webserver-fd"
  FileSet = "webserver-fs"
  Schedule = "webserver-cycle-schedule"
  JobDefs = "DefaultJob"
}
However...my GFS19 copy jobs are configured in three different jobs to do 
CopyJob backups of three different

Job {
  Name = "webserver-daily-CopyJob"
  Type = Copy
  Messages = "standard"
  Storage = "File-webserver-daily-CopyPool"
  Pool = "webserver-daily-pool"
  SelectionType = PoolUncopiedJobs
}
*show job=webserver-weekly-CopyJob
Job {
  Name = "webserver-weekly-CopyJob"
  Type = Copy
  Messages = "standard"
  Storage = "File-webserver-weekly-CopyPool"
  Pool = "webserver-weekly-pool"
  SelectionType = PoolUncopiedJobs
}
*show job=webserver-monthly-CopyJob
Job {
  Name = "webserver-monthly-CopyJob"
  Type = Copy
  Messages = "standard"
  Storage = "File-webserver-monthly-CopyPool"
  Pool = "webserver-monthly-pool"
  SelectionType = PoolUncopiedJobs
}

Without going into the configuration for the pools, they end up on a Bacula 
Remote SD in the following directories for each pool:

- /mnt/backups/webserver/daily

- /mnt/backups/webserver/weekly

- /mnt/backups/webserver/monthly

So my question is having three different Copy Jobs (one for each pool) correct? 

Thank you again, 

    Andrew J. Leer

-- 
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