Configuration comparison tool

Hello there,
I’m new on FreePBX. I would like to now if there is out there any configuration comparison tool as I want to export configuration a check differences with another backup.

Bye!

Howdy! Welcome to the forums.

There’s no integrated comparison tool (yet) provided as part of the FreePBX GUI; however, since you are running on Linux, there are often a lot of other great open source tools that you can use, such as diff. For example:

$ diff -ur etc_asterisk_backup/ etc_asterisk_current/ | less

…where the etc_asterisk_backup/ directory contains the contents of /etc/asterisk/ directory on your backup machine, and etc_asterisk_current/ directory contains the contents of /etc/asterisk/ directory on your new machine.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.