I have three pools

(short term) disk pool
(long term)  tape pool
(short term offsite) tape pool

Backups come into the disk pool and is available for quick access etc.
Nightly jobs copy those pools to the longterm pool.  As the retention expires 
on the disk pool the longterm copy is promoted to the real backup.

The issue is the copy job for the offsite pool doesn’t find any jobs to copy.  
Is it using the PoolUncopiedJobs  option and I should use a different selector? 
 Or can baroes only have 1 copy of a job at a time?

# copy job to long term tape
Job {
  Name = "Copy To Longterm AI-Consolidated"
  Type = Copy
  Pool = AI-Consolidated
  Schedule = ServerCycle
  Priority = 11    #before catalog dump
  Messages = Standard
  Selection Type = PoolUncopiedJobs
  Selection Pattern = “.”
}


# copy job to offsite tape
Job {
  Name = "Copy To Offsite AI-Consolidated"
  Type = Copy
  Pool = AI-Consolidated
  Schedule = ServerCycle
  Priority = 12    #before catalog dump after longterm
  Messages = Standard
  Selection Type = PoolUncopiedJobs
  Selection Pattern = “."
  Next Pool = Offsite
}


Brock Palen
1 (989) 277-6075
[email protected]
www.mlds-networks.com
Websites, Linux, Hosting, Joomla, Consulting



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