Re: [Bacula-users] SQL query for copy jobs

2015-09-02 Thread Greg Woods
Thanks for looking at this. I am a bit redfaced right now, because it looks like I have to withdraw the question. When I used "bat" to view the Jobs Run, and clicked "Filter Copy Jobs", a lot of the confusing stuff was removed, and I could see that the dates actually had a monotonically increasing

Re: [Bacula-users] SQL query for copy jobs

2015-09-02 Thread Josip Deanovic
On Tuesday 2015-09-01 20:37:52 Greg Woods wrote: > I have a job called ARCHIVE-ALL that looks like this: > > JobDefs { > Name = "ArchiveJob" > Type = Copy > Level = Full > Selection Type = SQLQuery > Messages = Standard > File Set = Copy > Pool = File > } > > # Copy (to archive) all

Re: [Bacula-users] SQL query for copy jobs

2015-09-02 Thread Radosław Korzeniewski
Hello, 2015-09-02 4:37 GMT+02:00 Greg Woods : > I have a job called ARCHIVE-ALL that looks like this: > > JobDefs { > Name = "ArchiveJob" > Type = Copy > Level = Full > Selection Type = SQLQuery > Messages = Standard > File Set = Copy > Pool = File > } > > # Copy (to archive) all no

[Bacula-users] SQL query for copy jobs

2015-09-01 Thread Greg Woods
I have a job called ARCHIVE-ALL that looks like this: JobDefs { Name = "ArchiveJob" Type = Copy Level = Full Selection Type = SQLQuery Messages = Standard File Set = Copy Pool = File } # Copy (to archive) all not-already-copied successful backup jobs Job { JobDefs = ArchiveJob