cron config

Post Reply
lehio
Member
Posts: 12
Joined: 08 Aug 2017 03:00

cron config

Post by lehio »

I want to share with you some information about the implementation of the "CRON Jobs" command with the release B-15.0.R5 :-
Example of CRON :- auto admin save after 60 Second.

Example :-

Config under #config System
---------------------------------------
script-control
script "Admin_Save"
description "Save config"
location "cf3:/Admin_Save"
no shutdown
exit
script-policy "Admin_Save"
results "cf3:/Outputs/Confirm"
script "Admin_Save"
no shutdown
exit
exit
cron
schedule "Admin_Save_1m"
description "Save config"
interval 60
script-policy "Admin_Save"
no shutdown
exit
exit

-----------------------------------------

B.R,
Post Reply

Return to “7750 SR”