chan-sccp / sccp_manager

SCCP Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config backup/restore via FreePBX backup module

szenzero opened this issue · comments

FPBX 15 has redefined the way it manages backup procedure. In short, every module is in charge of its own data. Could we (I mean you) make sccp_manager compatible with fpbx backup?

In FreePBX 15 our backup module was redesigned for simplicity, flexibility and maintainability. Storage options are now handled in the Filestore module which offers more options to keep your data safe. You can now backup per module. This allows you to create custom backups of just the data you need. You can also divide your modules in to different backups for data that may change more often. With each module handling the data it owns we can now do cross-version backup and restore (15+).

More here: https://wiki.freepbx.org/pages/viewpage.action?pageId=114852215
And developer stuff here: https://wiki.freepbx.org/display/FOP/Implementing+Backup