when run from the scheduler, it doesn't seem to work:
Code: Select all
0 name="sched_backup_email" owner="admin" policy=read,sensitive last-started=jan/05/2015 13:21:32 run-count=9 source=
/export file=current_config hide-sensitive
/tool e-mail send file=current_config.rsc to="my@email" body="See attached file" \
subject="$[/system identity get name] $[/system clock get time] $[/system clock get date] configuration export"
Code: Select all
0 name="sched_backup_email" start-date=jan/04/2015 start-time=13:21:32 interval=1d on-event=sched_backup_email owner="admin" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive run-count=1
next-run=jan/06 13:21:32
Nothing in the logs indicates why this did not run.
Is there any way to debug this, like having the system log what policy is missing for what operation? That would sure help figuring this out.