Auto Backup using Security Fabric/Automation Problems
HW INFO: -FGT80d OS 6.2.3
GOALS: 1. email show result PROBLEMS: only half output being emailed only until === config system replacemsg mail "partial" end config system re === I think this is because timeout when show result haven't finished CONFIGS: config system console set output standard end config system automation-trigger edit "FGT2.BAK" set trigger-type scheduled set trigger-frequency hourly set trigger-minute 48 next end config system automation-action edit "FGT2-BAK" set action-type cli-script set required enable set script "show" next edit "FGT2.BAK_email" set action-type email set email-to "user@gmail.com" set email-subject "FGT2.BAK" set email-body "%%results%%" next end
