FortiNAC-F
FortiNAC-F is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks. For legacy FortiNAC articles prior to FortiNAC-F 7.2, see FortiNAC.
kmody
Staff
Staff
Article Id 331701
Description This article describes how to export a specific database backup from FortiNAC-F.
Scope FortiNAC v7.x.
Solution
  1. Change the directory to where the backups are saved :

execute enter-shell

cd /storage/bsc/backups/database/

 

  1. Check the name of the file to export:

 

ll FortiNAC*

 

This will display a list of all database backup files, which are created daily by default and retained for the last 90 days. It is possible to find the filename and replace it in the command below.

 

  1. Export the backup file to a TFTP server:

     

tftp 10.106.90.70 -c put FortiNAC_DataBase_BackUp_2024_08_08_19_25_33_tb06-fortinac72.gz


Replace the IP with the IP of the TFTP server and replace the filename found above.

 

Related article:
Technical Tip: File Transfer with FTP for FortiNAC-F.