So if I /system reset-configuration with run-after-reset with a config containing:
/system scheduler
add interval=24h name=getconfig on-event=update start-time=02:30:00
Then it imports it as:
[admin@mikrotik] /system scheduler> print detail
Flags: X - disabled
0 name=“getconfig” start-date=jan/02/1970 start-time=02:30:00 interval=1d on-event=update owner=“*sys” policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon
run-count=0 next-run=apr/18 02:30:00
Notice the owner is different? That prevents the script from running on the schedule.
So how do I define a schedule in a run-after-reset script that will actually run and work?
schu