Hello, I have a strange behavior with my copy jobs, for each backup job, it create X copy jobs (no idea of how bareos finds this X).
Since i'm using PoolUncopiedJobs, I would assume it only make 1 copy job for each backup job. All the copy jobs have the same name with a ending suffix _09 _10 _11 and so on. Here's my configuration files and output: http://pastebin.com/ihGgp45E Using Bareos 14.2.2 (12 December 2014) x86_64-pc-linux-gnu on Ubuntu 14.04 LTS. I also tried to change: Selection Type = PoolUncopiedJobs With: Selection Type = SQLQuery Selection Pattern = "SELECT JobId, Name FROM Job WHERE Type = 'B' AND JobStatus = 'T' AND (DATE(StartTime) > (CURDATE() - INTERVAL 1 DAY));" But got the same behavior... (I had 30 copy jobs for my 5 backup jobs.) Could someone explain how the copy job selection works? Is it possible to only make a copy of the incremental job? Thank you in advance, David -- 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.
