execute : execute backup config
 
execute backup config
Use this command to manually back up the configuration file to a TFTP server.
Syntax
execute backup config tftp <filename> <ipaddress> [<password>]
<filename>
Name of the file to be used for the backup file, such as FortiADC_backup.conf.
<ipaddress>
IP address of the TFTP server.
<password>
Password for use when encrypting the backup file using 128-bit AES.
If you do not provide a password, the backup file will be stored as clear text.
Example
This example uploads the system configuration to a file named FortiADC_backup.conf on a TFTP server at IP address 192.168.1.23. The file will not be password-encrypted.
execute backup config tftp FortiADC_backup.cfg 192.168.1.23