job "bastion-vm-backup" { datacenters = ["aperture"] type = "batch" periodic { crons = ["0 */3 * * * *"] prohibit_overlap = true } group "vm-backup" { task "qcow-backup" { driver = "raw_exec" config { command = "/bin/bash" args = ["local/script.sh"] } resources { cpu = 3000 memory = 1000 } template { data = < `VM` backup for **'"${job_name}"'** has just **FAILED**\nFile name: `'"$file"'`\nDate: `'"$(TZ=Europe/Dublin date)"'`\nTurn off this script with `nomad job stop '"${job_name}"'` \n\n## Remember to restart this backup job when fixed!!!"}' \ {{ key "bastion-vm/webhook/discord" }} fi EOH destination = "local/script.sh" } } } }