Created on
09-29-2016
02:42 AM
Edited on
05-09-2025
04:06 AM
By
Stephen_G
Description
Scope
FortiSIEM.
Solution
Backup:
In order to back up the data from event DB, situate the event data stored in /data/eventdb. Since this data can become very large over time, a program such as rsync can be used to incrementally move the data to another location.
Restore:
In order to restore the event DB data, mount the directory where the event database was backed up.
$ sudo mkdir /media/newhd
$ sudo mount /data/eventdb /media/newhd
$ df -H
rsync -a --progress /backup/eventdb /data/eventdb
It is important to note that the event data logs are stored in a proprietary event database.
Related articles:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.