Menu

#4435 Bacula webmin module does not report running jobs for Bacula 7.04

Other
closed-fixed
nobody
None
5
2014-06-27
2014-06-25
clawes
No

The most current view of the bacula webmin module does not fully work with Bacula 7.x

I am running Bacula 7.04 on a Centos 6.3 server with Webmin v1.69.
The Bacula module is configured to use the Postgresql Bacula database.
Everything is working as expected except for running jobs.
The Director Status link fails to report any running job even when there is a least 1 job running.

I downgraded to Bacula 5.2 and everything works as expected. So I'm convinced that it is some incompatibility with Bacula v7.

Discussion

  • Jamie Cameron

    Jamie Cameron - 2014-06-25

    Can you post the output of the command "show jobs" run from the Bacula console?

     
  • clawes

    clawes - 2014-06-26

    Here's an example:

    Running Jobs:
    Console connected at 26-Jun-14 09:26
    JobId Type Level Files Bytes Name Status
    ======================================================================
    6245 Back Incr 0 0 GP-BackupJob is running
    6246 Back Incr 0 0 BES-BackupJob is waiting on Storage "NearLineStorage"
    6247 Back Incr 0 0 Depts-BackupJob is waiting on max Storage jobs
    6248 Admi 0 0 Eject-Last-Tape is waiting execution
    ====

    show jobs listing:

    Connecting to Director hsnavykfbacula.ykf.navtech.corp:9101
    1000 OK: 1 bacula-dir Version: 7.0.4 (04 June 2014)
    Enter a period to cancel a command.
    show jobs
    Job: name=WeeklyD2TCopy JobType=99 level=Full Priority=8 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    SelectionType=9
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=D2T_WeeklyCopy
    --> Run Level=Full
    hour=9
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=40
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/bin/tapeusage.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> RunScript
    --> Command= /etc/bacula/bin/weekly_offsite.pl
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> SelectionPattern=SELECT JobID, Name, JobStatus from Job where (StartTime BETWEEN NOW() - INTERVAL '4 Days' AND NOW()) AND Level = 'F' and JobStatus in ( 'T','R') and PoolId=5 order by JobId;
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=MonthlyD2TCopy JobType=99 level=Full Priority=8 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    SelectionType=9
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=D2T_MonthlyCopy
    --> Run Level=Full
    hour=10
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/bin/tapeusage.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> RunScript
    --> Command= /etc/bacula/bin/permanent_offsite.pl
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> SelectionPattern=SELECT JobID, Name, JobStatus from Job where (StartTime BETWEEN NOW() - INTERVAL '4 Days' AND NOW()) AND Level = 'F' and JobStatus in ( 'T','R') and PoolId in (5,8) order by JobId;
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=AdhocD2TCopy JobType=99 level=Full Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    SelectionType=9
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=None
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/bin/tapeusage.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> SelectionPattern=SELECT JobID, Name, JobStatus from Job where JobID=6940;
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Depts-DiskToTape JobType=99 level=Full Priority=8 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    SelectionType=9
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=None
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/bin/tapeusage.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> SelectionPattern=SELECT JobID, Name, JobStatus from Job where (StartTime BETWEEN NOW() - INTERVAL '6 Days' AND NOW()) AND Level = 'F' and JobStatus in ( 'T') and Name='Depts-BackupJob' and PoolId in (5,8) order by JobId;
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Users-DiskToTape JobType=99 level=Full Priority=8 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    SelectionType=9
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=None
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/bin/tapeusage.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> SelectionPattern=SELECT JobID, Name, JobStatus from Job where (StartTime BETWEEN NOW() - INTERVAL '6 Days' AND NOW()) AND Level = 'F' and JobStatus in ( 'T') and Name='Users-BackupJob' and PoolId in (5,8) order by JobId;
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=GP-DiskToTape JobType=99 level=Full Priority=20 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    SelectionType=9
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=None
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/bin/tapeusage.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> SelectionPattern=SELECT JobID, Name, JobStatus from Job where (StartTime BETWEEN NOW() - INTERVAL '5 Days' AND NOW()) AND Level = 'F' and JobStatus in ( 'T') and Name='GP-BackupJob' and PoolId in (5,8) order by JobId;
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=ykfdc1-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfdc1-fd address=hsnavykfdc1.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=1 month FileRetention=14 days AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=XP_2K3-FileSet
    O e
    WD [A-Z]:/Documents and Settings//{Local Settings,LOCALS~1}/Temporary Internet Files
    WD [A-Z]:/RECYCLE[DR]
    WD [A-Z]:/pagefile.sys
    WD [A-Z]:/$Recycle.Bin
    WD [A-E]:/Documents and Settings/
    /My Documents/RECYCLER/
    WF .mp3
    WF
    .vmdk
    WF .vdi
    WF
    .save
    WF .iso
    N
    O MZ1i
    WD [C-Z]:/Program Files/Bacula
    WF C:/
    .conf
    N
    I C:/systemstate.bkf
    I c:/scripts
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=ykfdc2-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfdc2-fd address=hsnavykfdc2.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=1 month FileRetention=14 days AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=XP_2K3-FileSet
    O e
    WD [A-Z]:/Documents and Settings//{Local Settings,LOCALS~1}/Temporary Internet Files
    WD [A-Z]:/RECYCLE[DR]
    WD [A-Z]:/pagefile.sys
    WD [A-Z]:/$Recycle.Bin
    WD [A-E]:/Documents and Settings/
    /My Documents/RECYCLER/
    WF .mp3
    WF
    .vmdk
    WF .vdi
    WF
    .save
    WF .iso
    N
    O MZ1i
    WD [C-Z]:/Program Files/Bacula
    WF C:/
    .conf
    N
    I C:/systemstate.bkf
    I c:/scripts
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=BackupCatalog JobType=66 level=Full Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=bacula-fd address=hsnavykfbacula.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=4 months FileRetention=3 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Catalog
    O MZ1
    N
    I /opt/backup/bacula.sql
    N
    --> Schedule: name=WeeklyCycleAfterBackup
    --> Run Level=Full
    hour=14
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=0 1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> WriteBootstrap=|/usr/sbin/bsmtp -h localhost -f "(Bacula) " -s "Bootstrap for Job %j" clawes@navtech.aero
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/libexec/bacula/make_catalog_backup.pl MyCatalog
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=CatalogPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=4 months
    VolUse=0 secs recycle=1 LabelFormat=Catalog_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=RestoreFiles JobType=82 level= Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    --> Client: name=bacula-fd address=hsnavykfbacula.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=4 months FileRetention=3 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Full Set
    O M
    N
    I /boot
    I /root
    I /etc
    I /opt/bacula
    N
    E /opt/bacula
    E /tmp
    E /proc
    E /tmp
    E /.journal
    E /.fsck
    N
    --> Where=/tmp/bacula-restores
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=File PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=50 auto_prune=1 VolRetention=1 month
    VolUse=0 secs recycle=1 LabelFormat=Vol_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=MSSQL_Backup JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfmsdb2-fd address=vmnavykfmsdb2.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=14 days FileRetention=5 days AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=MSDB2-FileSet
    O MZ2
    N
    I E:/mksdatabase
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/msdb2-server-backup.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=MSSQL_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=2 months
    VolUse=0 secs recycle=1 LabelFormat=MSSQL_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=MSDB1_MSSQL_Backup JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfmsdb1-fd address=vmnavykfmsdb1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=14 days FileRetention=5 days AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=MSDB1-FileSet
    O MZ1
    N
    I C:/systemstate.bkf
    I E:/backup
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/msdb1-server-backup.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=MSSQL_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=2 months
    VolUse=0 secs recycle=1 LabelFormat=MSSQL_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=ArkeiaServerBackup JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=bacula-fd address=hsnavykfbacula.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=4 months FileRetention=3 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Full Set
    O M
    N
    I /boot
    I /root
    I /etc
    I /opt/bacula
    N
    E /opt/bacula
    E /tmp
    E /proc
    E /tmp
    E /.journal
    E /.fsck
    N
    --> Schedule: name=None
    --> WriteBootstrap=/opt/bacula/arkeia-server-backup.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Users-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfwfs1-fd address=hsnavykfwfs1.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=4 months FileRetention=4 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=UsersShare-Fileset
    O MZoe
    WD E:/Users//My Documents/RECYCLER
    WD E:/Users/
    /My Documents/My Videos
    WD E:/Users//My Documents/Music
    WD E:/Users/
    /My Documents/My Videos/
    WD E:/Users//My Documents/Music/
    WF
    .mp3
    WF .vmdk
    WF
    .vdi
    WF .save
    WF
    .iso
    N
    I E:/Users
    N
    E .mp3
    E
    .vmdk
    E .vdi
    E
    .save
    E .iso
    E
    .ISO
    N
    --> Schedule: name=Users_WeeklyCycle
    --> Run Level=Full
    hour=19
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=19
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Depts-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfwfs1-fd address=hsnavykfwfs1.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=4 months FileRetention=4 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=DeptsShare-Fileset
    O MZo
    N
    I E:/Shares
    I E:/SharePointBackup
    N
    E .mp3
    E
    .vmdk
    E .vdi
    E
    .save
    E .iso
    E
    .ISO
    N
    --> Schedule: name=Depts_WeeklyCycle
    --> Run Level=Full
    hour=4
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=20
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=ExchangeBackup JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfexch01-fd address=hsnavykfexch01.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=2 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Exchange_FileSet
    O MZo
    N
    I /
    N
    --> Schedule: name=Exchange-Sunday-Full
    --> Run Level=Full
    hour=23
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=LTO6_Permanent_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=3 years
    VolUse=4 days recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Run Level=Full
    hour=9
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=0
    wom=2 3
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=ExchangePool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=80 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=Exchange_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=GP-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykffa1-fd address=hsnavykffa1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=3 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=GP-FileSet
    O MZo
    N
    I C:/systemstate.bkf
    I G:/DynacTools
    I G:/GPShare
    I G:/SQL Data/Backups
    N
    --> Schedule: name=GP-DailySchedule
    --> Run Level=Incremental
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=GPBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=32 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=GPBackup_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=6
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=22
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=GPBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=32 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=GPBackup_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=TS3-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=2 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfts3-fd address=vmnavykfts3.ykf.navtech.corp FDport=9102 MaxJobs=2
    JobRetention=21 days FileRetention=14 days AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=TS3-FileSet
    O MZ1
    N
    I C:/Users
    I E:/
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=TS1-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfts1-fd address=hsnavykfts1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=2 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=TS1-FileSet
    O MZ2
    N
    I C:/Documents and Settings
    I C:/Program Files/Microsoft Dynamics
    I C:/Program Files/Bacula
    I C:/systemstate.bkf
    I C:/scripts
    I C:/DynacTools
    N
    E .mp3
    E
    .vmdk
    E .vdi
    E
    .save
    E .iso
    E
    .mkv
    E .mov
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=laNavykfID-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=lanavykfid-fd address=lanavykfid.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=PassagePoint-FileSet
    O eMZ1
    WD [A-Z]:/Documents and Settings/
    /{Local Settings,LOCALS~1}/Temporary Internet Files
    WD [A-Z]:/RECYCLE[DR]
    WD [A-Z]:/pagefile.sys
    WD [A-Z]:/$Recycle.Bin
    WD [A-E]:/Documents and Settings//My Documents/RECYCLER/
    WF
    .mp3
    WF .vmdk
    WF
    .vdi
    WF .save
    WF
    .iso
    N
    O MZ1i
    WD [C-Z]:/Program Files
    WF C:/.conf
    N
    I C:/systemstate.bkf
    I C:/Documents and Settings
    I C:/Program Files
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=MKS-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfmks1-fd address=vmnavykfmks1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=MKS-Fileset
    O MZ1
    N
    I C:/
    N
    E C:/pagefile.sys
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=YKFROOT3-BackupJob JobType=66 level=Full Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfroot3-fd address=vmnavykfroot3.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=3 months FileRetention=7 days AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=XP_2K3-FileSet
    O e
    WD [A-Z]:/Documents and Settings/
    /{Local Settings,LOCALS~1}/Temporary Internet Files
    WD [A-Z]:/RECYCLE[DR]
    WD [A-Z]:/pagefile.sys
    WD [A-Z]:/$Recycle.Bin
    WD [A-E]:/Documents and Settings//My Documents/RECYCLER/
    WF
    .mp3
    WF .vmdk
    WF
    .vdi
    WF .save
    WF
    .iso
    N
    O MZ1i
    WD [C-Z]:/Program Files/Bacula
    WF C:/.conf
    N
    I C:/systemstate.bkf
    I c:/scripts
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=eCharts-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavecharts-fd address=vmnavecharts.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=2 months FileRetention=14 days AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=eCharts-FileSet
    O MZ2
    N
    I C:/systemstate.bkf
    I D:/ECharts
    N
    E C:/pagefile.sys
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=File1-BackupJob JobType=66 level=Full Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=1 WritePartAfterJob=1
    Accurate=0
    --> Client: name=file1-fd address=hsnavykffile1.ykf.navtech.corp FDport=9102 MaxJobs=10
    JobRetention=2 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=File1-FileSet
    O MZo
    N
    I /coraid/rsync/servers
    I /coraid/build_archive
    I /root
    I /etc
    I /var/www
    I /boot
    N
    E
    .iso
    E .vmdk
    E
    .vdi
    E .mkv
    N
    --> Schedule: name=File1-Thursday-Full
    --> Run Level=Full
    hour=16
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=
    None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> RunScript
    --> Command= /etc/bacula/bin/not_1st_friday.pl
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=
    None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=File1-MonthyEnd-BackupJob JobType=66 level=Full Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=1 WritePartAfterJob=1
    Accurate=0
    --> Client: name=file1-fd address=hsnavykffile1.ykf.navtech.corp FDport=9102 MaxJobs=10
    JobRetention=2 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=File1-FileSet
    O MZo
    N
    I /coraid/rsync/servers
    I /coraid/build_archive
    I /root
    I /etc
    I /var/www
    I /boot
    N
    E
    .iso
    E .vmdk
    E
    .vdi
    E .mkv
    N
    --> Schedule: name=File1-Monthend-Full
    --> Run Level=Full
    hour=16
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=15
    --> Pool: name=LTO6_Permanent_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=3 years
    VolUse=4 days recycle=1 LabelFormat=
    None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> RunScript
    --> Command=/etc/bacula/bin/is_tm_1st_fri.pl
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=LTO6_Permanent_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=3 years
    VolUse=4 days recycle=1 LabelFormat=
    None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=pcnavykfbkup1-backupjob JobType=66 level=Full Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=pcnavykfbkup1-fd address=pcnavykfbkup1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=pcnavykfbkup1-fileset
    O MZo
    N
    I /etc
    I /root
    I /backup/nearline/HSNAVYKFEXCH01
    I /backup/nearline/mailboxes
    I /boot
    N
    E
    .iso
    E .vmdk
    E
    .vdi
    N
    --> Schedule: name=First-Friday-Of-Month
    --> Run Level=Full
    hour=4
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Pool: name=LTO6_Permanent_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=3 years
    VolUse=4 days recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=RADS-Client-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfrads-fd address=vmnavykfrads.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=linux-fileset
    O MZ1
    N
    I /root
    I /etc
    I /var/www
    I /boot
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=ChangeTapeVolumeStatus2Used JobType=68 level= Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=ChangeTapeVolumeStatus_Sched
    --> Run Level=Full
    hour=15
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=3
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/etc/bacula/bin/chgvolstat.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=/etc/bacula/bin/newtapes.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Eject-Last-Tape JobType=68 level= Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    --> Client: name=None address=localhost FDport=9102 MaxJobs=1
    JobRetention=1 year 25 days FileRetention=1 year AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=Eject-Last-Tape-Sched
    --> Run Level=Full
    hour=8
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> RunScript
    --> Command=/etc/bacula/bin/eject-tape.pl
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=/etc/bacula/bin/chgvolstat.sh
    --> Target=
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Test_TapeDrive JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=bacula-fd address=hsnavykfbacula.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=4 months FileRetention=3 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Test_File1
    O MZ1
    N
    I /etc
    I /boot
    N
    --> Schedule: name=None
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Ops2-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=pcnavykfops2-fd address=pcnavykfops2.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=2 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Ops-Fileset
    O MZ1
    N
    I C:/Program Files
    I C:/Users
    N
    E .mp3
    E
    .vmdk
    E .vdi
    E
    .save
    E .iso
    E
    .mkv
    E .mov
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=
    None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Ops1-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=pcnavykfops1-fd address=pcnavykfops1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=
    None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=Ops-Fileset
    O MZ1
    N
    I C:/Program Files
    I C:/Users
    N
    E
    .mp3
    E .vmdk
    E
    .vdi
    E .save
    E
    .iso
    E .mkv
    E
    .mov
    N
    --> Schedule: name=None
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Redmine-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=redmine-fd address=projects.navtech.aero FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=redmine-fileset
    O MZ1
    N
    I /var/www
    I /root
    I /etc
    I /opt/backup
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Sharepoint-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfsharepoint1-fd address=hsnavykfsharepoint1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=SharePoint-fileset
    O MZo
    N
    I C:/systemstate.bkf
    I c:/inetpub
    I e:/backup
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Mail-GW-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=mail-gw-fd address=vmnavykfpmx.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=3 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=mail-gw-fileset
    O MZo
    N
    I /etc
    I /mnt/snap/opt/pmx6
    I /var/www
    N
    --> Schedule: name=Mon2Thu-Incr_Fri-Full
    --> Run Level=Full
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Incremental
    hour=17
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=18
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=30
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/usr/sbin/mount_lvsnap.sh
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=/usr/sbin/unmount_lvsnap.sh
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=First_Friday_Check JobType=68 level=Full Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    --> Client: name=bacula-fd address=hsnavykfbacula.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=4 months FileRetention=3 months AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=None
    O M
    N
    --> Schedule: name=Every-Friday
    --> Run Level=Full
    hour=4
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0 1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=/etc/bacula/bin/is_1st_friday.pl
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> Pool: name=LTO6_Weekly_Offsite_Pool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=0 auto_prune=1 VolRetention=28 days
    VolUse=0 secs recycle=1 LabelFormat=None
    CleaningPrefix=CLN LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=0
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    --> Storage: name=LTO6Storage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=1
    DeviceName=LTO6TapeDrive MediaType=LTO-6 StorageId=3
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=vmnavykfts5-backup JobType=66 level=Incremental Priority=5 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfts5-fd address=vmnavykfts5.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=win2008-fileset
    O MZ1
    N
    I C:/Users
    N
    --> Schedule: name=First-Friday-Of-Month
    --> Run Level=Full
    hour=4
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=Alain-Backup JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=lanavykfag-fd address=lanavykfag.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=win2008-fileset
    O MZ1
    N
    I C:/Users
    N
    --> Schedule: name=None
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=hsnavykfsecure-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=hsnavykfsecure-fd address=hsnavykfsecure.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=keyscan-backupset
    O MZ1
    N
    I c:/systemstate.bkf
    I c:/Program Files
    N
    --> Schedule: name=None
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    Job: name=BES-BackupJob JobType=66 level=Incremental Priority=10 Enabled=1
    MaxJobs=1 Resched=0 Times=0 Interval=1,800 Spool=0 WritePartAfterJob=1
    Accurate=0
    --> Client: name=vmnavykfbes1-fd address=vmnavykfbes1.ykf.navtech.corp FDport=9102 MaxJobs=1
    JobRetention=6 months FileRetention=1 month AutoPrune=1
    --> Catalog: name=MyCatalog address=None DBport=0 db_name=bacula
    db_driver=postgresql db_user=bacula MutliDBConn=0
    --> FileSet: name=BES-Backupset
    O MZ1
    N
    I C:/systemstate.bkf
    I C:/Program Files/Research In Motion
    N
    --> Schedule: name=DailyIncrCycle
    --> Run Level=Incremental
    hour=19
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=1 2 3 4
    wom=0 1 2 3 4 5
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=19
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=1 2 3 4
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=WeeklyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=380 auto_prune=1 VolRetention=14 days
    VolUse=0 secs recycle=1 LabelFormat=wkly_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Run Level=Full
    hour=19
    mday=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    month=0 1 2 3 4 5 6 7 8 9 10 11
    wday=5
    wom=0
    woy=0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    mins=0
    --> Pool: name=OffsiteBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=240 auto_prune=0 VolRetention=3 years
    VolUse=0 secs recycle=0 LabelFormat=Offsite_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=0
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Permanent_Offsite_Pool
    --> WriteBootstrap=/opt/bacula/%c.bsr
    --> Storage: name=NearLineStorage address=hsnavykfbacula.ykf.navtech.corp SDport=9103 MaxJobs=2
    DeviceName=NearLineStorage MediaType=File StorageId=2
    --> RunScript
    --> Command=systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=2
    --> RunScript
    --> Command=rm-systemstate.bat
    --> Target=%c
    --> RunOnSuccess=1
    --> RunOnFailure=0
    --> FailJobOnError=1
    --> RunWhen=1
    --> Pool: name=DailyBackupPool PoolType=Backup
    use_cat=1 use_once=0 cat_files=1
    max_vols=100 auto_prune=1 VolRetention=7 days
    VolUse=0 secs recycle=1 LabelFormat=Daily_
    CleaningPrefix=None LabelType=0
    RecyleOldest=0 PurgeOldest=0 ActionOnPurge=1
    MaxVolJobs=0 MaxVolFiles=0 MaxVolBytes=10737418240
    MigTime=0 secs MigHiBytes=0 MigLoBytes=0
    JobRetention=0 secs FileRetention=0 secs
    NextPool=LTO6_Weekly_Offsite_Pool
    --> Messages: name=Standard
    mailcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: %t %e of %c %l" %r
    opcmd=/usr/sbin/bsmtp -h localhost -f "(Bacula) <%r>" -s "Bacula: Intervention needed for %j" %r
    You have messages.

     
  • clawes

    clawes - 2014-06-26

    The GP-BackupJob is running but does not appear in the webmin:

    See attached screenshot

     
  • clawes

    clawes - 2014-06-26

    I believe this issue is easily reproducible.
    I created a brand new virtual machine (KVM) and installed the same versions of bacula and webmin. I got the same result.

    I downgraded to Bacula v5.2 and everything works.

     
  • Jamie Cameron

    Jamie Cameron - 2014-06-27

    Actually, that page isn't built from the "show jobs" command.

    Can you post the output from "status dir" instead?

     
  • clawes

    clawes - 2014-06-27

    The stat-dir log and screenshot are in attached tarball.

     
  • Jamie Cameron

    Jamie Cameron - 2014-06-27

    Thanks - this new format will be supported in the next webmin release.

     
  • Jamie Cameron

    Jamie Cameron - 2014-06-27
    • status: open --> closed-fixed
     

Log in to post a comment.