We recommend making daily backups of LOGS.
Backups for LOGS 3.3
Database dumps can be created scheduling a cron job like /opt/logs/LOGS db-backup --backup-dir /opt/logs/backupdirectory.
Directories to include in the backup are /opt/logs/backupdirectory/ (containing the database dumps), /opt/logs/files/ (containing the primary data).
A file backup of the running database is not sufficient.
Backups for LOGS 3.2 and older
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.
