Technical Tip: Backup script is not working with the timestamp using automation-stitch
| Description | This article describes that the backup script is not working with the timestamp using automation-stitch. |
| Scope | Automation-stitch did not execute the backup and the timestamp properly:
# config system automation-action edit "BACKUP" |
| Solution | This issue is related to FortiGate having the VDOM enabled and it is necessary to add a line script to work properly:
# config system automation-action
# execute backup full-config ftp /FGT/FGT_%%date%%-%%time%%.conf x.x.x.x ftpuser password" |

