跳到主要內容

發表文章

目前顯示的是有「config」標籤的文章

Fortigate auto backup config by tftp

Tips: Adding date and time in file name after 6.4.9 and 7.0.2 later.           Key point:                               Enclose date and time in %%                               Example: %%date%% or %%time%% CLI:      config system automation-trigger          edit "Daily Backup Config"              set trigger-type scheduled              set trigger-hour 23              set trigger-minute 59          next      end      config system automation-action          edit "Daily Backup Config"              set action-type cli-script ...