I am trying to solve some case on MikroTikOS 5.56. The only thing I need is force MikroTik to automated restore configuration and reset after it. I need a script to handle this:
Automatically restore configuration or backup file without any user interaction. On my mind is script like:
/system backup load name=xx
or
/system reset-configuration run-after-reset=xx
These scripts are always asking for confirmation from user/terminal. I need them to work automatically and cannot solve this...
Thank you for every idea/advice.