How to backup FOP2?
I got my answer to this on the Live Chat, but wanted to make sure everyone has access to it:
What is the best method of backing up Fop2? I am using FreePBX 6.12 64bit distro (FreePBX 5.211.65, Asterisk 11 with CentOS 6.5). I notice I can use the FreePBX GUI / Admin / Backup & Restore to administer backups of any folder on the system, but will it work to just backup the
Then in disaster recovery I can do a fresh install of CentOS/FreePBX distro and just restore all of that, and it should work?
What is the best method of backing up Fop2? I am using FreePBX 6.12 64bit distro (FreePBX 5.211.65, Asterisk 11 with CentOS 6.5). I notice I can use the FreePBX GUI / Admin / Backup & Restore to administer backups of any folder on the system, but will it work to just backup the
/usr/local/fop2/
folder?fop2 settings are stored in tables in the asterisk database. That database is usually backed up by any backup module you might have already, then the actual files areand/usr/local/fop2
. If you can add folders to your backup, you can add those, sure. Then the service script is another thing, as you have some files but also you must enable them as a service if you are restoring./var/www/html/fop2
Then in disaster recovery I can do a fresh install of CentOS/FreePBX distro and just restore all of that, and it should work?
It is not enough just by copying files. The files areand/etc/rc.d/init.d/fop2
./etc/sysconfig/fop2
is the command to control the service. Addchkconfig
and/etc/rc.d/init.d/fop2
but then you will have to use/etc/sysconfig/fop2
to add the service in case you restore the files that waychkconfig --add fop2
or just download fop2, extract and runto install over, the make install will runmake
for youchkconfig
either way will work.
Final note... the license will probably fail on a new installation, so you will have to revoke/register