| Description | This article describes how to extend CMDB backup history. |
| Scope | FortiSIEM. |
| Solution |
Currently, FortiSIEM performs a CMDB backup twice a day. The first occurs at 3AM and the second occurs at 1PM. As the backup is saved at /data/archive/cmdb/ by default, only the very last backup remains available. It can be useful to save these backups frequently to have a longer backup history. To do this:
fdisk -l
mkfs.xfs -f /dev/sdf
mkdir /backup_history echo "/dev/sdf /backup_history xfs defaults 0 0" >> /etc/fstab systemctl daemon-reload mount /backup_history
chmod +x /backup_history/cmdb_backup_hist.sh
CMDB Backups will be stored at /backup_history/. https://crontab.guru/ can help with defining schedules. Check execution was successful with the 'journalctl -u crond.service' command. |
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.