- Joined
- Aug 20, 2019
- Messages
- 1,134
- Reaction score
- 1,257
Hello @Nick Galea ,
Is it possible to add a feature to exclude chat logs from backups, please?
I have clients who prefer using 3CX for chatting... over time, the folder becomes increasingly heavy !
It's crazy!
Here's an example, one of the worst ones.
18G Chat Logs !

There's only chat logs, nothing else!
Incredible!
Ironically, the "recording" folder is lighter than the chat logs , lol.
Please considere ;
1. Separate the chat Logs from the rest of the backup (Equivalent to Call History.)
2. Add CL - Chat Logs option value
3. An exclusion function --exclude-options , Example:
https://www.3cx.com/docs/backup-restore-command-line/

Currently, unless mistaken, there is no solution available to exclude chat logs from backups.
Still includes the chat history.
We don't want to purge them; we just prefer not to back them up.
The client understands that in a disaster scenario, they will lose the history just like Voicemails and Recordings.
thx
Is it possible to add a feature to exclude chat logs from backups, please?
I have clients who prefer using 3CX for chatting... over time, the folder becomes increasingly heavy !
It's crazy!
Here's an example, one of the worst ones.
18G Chat Logs !

There's only chat logs, nothing else!
Incredible!
Ironically, the "recording" folder is lighter than the chat logs , lol.
Please considere ;
1. Separate the chat Logs from the rest of the backup (Equivalent to Call History.)
2. Add CL - Chat Logs option value
3. An exclusion function --exclude-options , Example:
Bash:
sudo -u phonesystem 3CXBackupCmd --file=/mnt/disque2/backup3CX/Everything_with_exclude_pbx_backup.zip --exclude-options=REC,VM,CL
https://www.3cx.com/docs/backup-restore-command-line/

Currently, unless mistaken, there is no solution available to exclude chat logs from backups.
Bash:
sudo -u phonesystem 3CXBackupCmd --file=/mnt/disque2/backup3CX/partial_pbx_backup.zip --options=CH,LIC,FQDN,PROMPTS,FW
We don't want to purge them; we just prefer not to back them up.
The client understands that in a disaster scenario, they will lose the history just like Voicemails and Recordings.
thx
Last edited:
