Dear _Val_,
I have 2 question in this case.
1) If LISH "save configuration" command does not support, why clish -c "save configuration backup123" works fine?
Looks like job scheduler don't save changes because system variables used in command syntax.
2) I tried to schedule in job scheduler (cron) bin/bash script which i previously create by myself on equipment.
Command syntax was <./saveconfig.sh> of course i place saveconfig.sh in /usr/bin/ directory with executable permissions.
Body of safeconfig.sh:
__________________________________________________________________________________________
#!/bin/bash
clish -c "save configuration ${HOSTNAME}_backup_$(date +"%d-%m-%Y")"
__________________________________________________________________________________________
I also tried this script in console in expert mode and it works fine.
And please, correct me if i'm wrong. Behind link that you shared documentation about save configuration command. Which corn script you are meaning?