Discussion:
[bareos-users] Why would Run After Failed Job command run twice?
Georg Zimmer
2018-06-21 22:21:59 UTC
Permalink
My job:

Job {
Name = "backup-aws4.worthwhilehosting.com"
JobDefs = "DefaultJob"
FileSet = "LinuxAll"
Client = "aws4.worthwhilehosting.com"
Run After Failed Job = "/var/www/html/twc/bareos_notify/manage.py sendreport --to ***@xxxxx.com --job_id %i --subject '%t %e: %c'"
}

My Job defaults file:

JobDefs {
Name = "DefaultJob"
Type = Backup
Level = Incremental
Client = bareos-fd
Schedule = "WeeklyCycle"
Storage = File
Messages = Standard
Pool = Incremental
Accurate = yes
Priority = 10
Write Bootstrap = "/var/lib/bareos/%c.bsr"
Full Backup Pool = Full
Differential Backup Pool = Differential
Incremental Backup Pool = Incremental
Spool Data = yes
Allow Duplicate Jobs = no
Cancel Queued Duplicates = yes
Max Start Delay = 48h
}

See the attached PDF file that contains the run log.

You can see that my Run After Failed Job runs twice.

Thanks
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...