May 13, 2024
We recommend making daily backups of LOGS.
Database dumps can be created scheduling a cron job like /opt/logs/logs db-backup myserver_$(/usr/bin/date -Iminutes).
Directories to include in the backup are ./backup/ (containing the database dumps), ./files/ (containing the primary data) and ./config/ (containing the LOGS configuration).
A file backup of the running database is not sufficient.
A RAID system is no replacement for a backup.