execute restore
Use the following commands to manually import system files from an FTP/TFTP server or a disk as indicated:
execute restore config
disk
— Use this command to restore the configuration from the backup file on the disk.execute restore config-file
— Imports a zip file that includes the configuration text file, error page files, script files, ISP address book files, and certificate files. It is imported from a TFTP server.execute restore image
— Imports a firmware image. It is imported from an FTP or TFTP server.execute restore image alternative
— Boots alternate firmware. If partition1 is active and then system boots partition2 after executing the command and vice versa.execute restore isp-address
— Imports an ISP address book text file. When you perform the restore operation, the imported address book takes priority over entries from the predefined address book (default for the firmware image). In systems with multiple VDOMs, the command applies to the current VDOM only. It is imported from a TFTP server.execute restore waf-signature
— Imports a WAF signature database update. It is imported from an FTP or TFTP server.execute restore geoip-db ftp
— Imports a GEO IP database. It is imported from a FTP server.execute restore geoip-db tftp
— Imports a GEO IP database. It is imported from a TFTP server.execute restore geoip-db factory-default
— Set the GEO IP database to default.execute restore reputation-block-list
— Imports a block list IP reputation database. It is imported from a TFTP server.
Back up a configuration before restoring a different version. This command restores configuration changes only, and does not affect settings that remain at their default values. Default values might vary by firmware version. |
Syntax
execute restore config disk <filename>
execute restore config-file tftp <filename> <ip> <password>
execute restore image <ftp|tftp|tftp-ha-sync|ftp-ha-sync> <filename> <ip>
execute restore image alternative
execute restore isp-address tftp <filename> <ip>
execute restore waf-signature <ftp|tftp> <filename> <ip>
execute restore reputation-block-list tftp <filename> <ip>
execute restore geoip-db ftp <geoip database name> <ip>
execute restore geoip-db tftp <geoip database name> <ip>
execute restore geoip-db factory-default
<filename> |
Name of the file. |
<ip> |
IP address of the FTP/TFTP server. |
<password> |
Optional. The password is used to decrypt the backup ZIP file. |
execute restore image |
|
<ftp|tftp|tftp-ha-sync|ftp-ha-sync> |
Select one of the following options:
|
execute restore waf-signature | |
<ftp|tftp> |
Select one of the following options:
|
execute restore geoip-db ftp/ execute restore geoip-db tftp |
|
<geoip database name> |
Name of the GEO IP database. |
Example
FortiADC-VM # execute restore config-file tftp backup.zip 192.168.1.23
This operation will overwrite the current settings!
Do you want to continue? (y/n)
The FortiADC appliance then applies the configuration backup and reloads.
FortiADC-VM # execute restore config disk FortiADC-backup
This command downloads a configuration file named FortiADC-backup from the disk to the FortiADC appliance.