View in #privategroup on Slack
@alexander.dragoset: Hi guys i was wondering how you specify snap schedule inline in nomad
"name=postgres-us-east,size=20,repl=2,snap_schedule=periodic=60#6;daily=23:30#3;weekly=Friday#23:30;monthly=1#06:00/:/postgres/data"
is invalid
and i cant use quotes inside a string and still have a valid job file
i attempted "name=postgres-us-east,size=20,repl=2,snap_schedule=\"periodic=60#6;daily=23:30#3;weekly=Friday#23:30;monthly=1#06:00\"/:/postgres/data"
but thats also invalid
@gou: --opt snap_schedule="daily=12:00,4;weekly=monday@12:00,2"