System backup load doesn't working in ROS 6.15

Hello,
I’m using RB433GL with RouterOS 6.15. I want to restore working configuration automatically (safe mode is not suitable) and try to run as a script or scheduler the following comand:

/system backup load name=autoreload.backup

(backup file created with system backup save command). All policy flags are set.
But nothing happens. When I run the command via the CLI, system requires password. Is there any metod for scheduling restoring?

Just for curiosity, why this?

The following code is the right way, from 6.1(4?5?) password are added on command line:

/system backup load name="autoreload.backup" password=""

It’s work, thank you! :slight_smile:
I need this function for experiments with interfaces affecting management connection. AFAIK, safe mode will immediately reset changes in the case of connection lost.