|
|
@@ -6,36 +6,6 @@ Backup
|
|
|
|
|
|
It's always good to have a backup method in place. Here are the steps to a basic backup method with FusionPBX. This is one of the many ways you can backup.
|
|
|
|
|
|
-From the Gui.
|
|
|
-
|
|
|
-**FreeSWITCH Source install paths.**
|
|
|
-
|
|
|
-.. image:: ../_static/images/fusionpbx_backup_source1.jpg
|
|
|
- :scale: 85%
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-**FreeSWITCH Package install paths.**
|
|
|
-
|
|
|
-.. image:: ../_static/images/fusionpbx_backup_source1.jpg
|
|
|
- :scale: 85%
|
|
|
-
|
|
|
-::
|
|
|
-
|
|
|
- Goto Advanced > Default Settings.
|
|
|
-
|
|
|
- Settings for FreeSWITCH package installs are allready in place.
|
|
|
-
|
|
|
- For FreeSWITCH Source edit the backup paths
|
|
|
- path array /usr/local/freeswitch/scripts True scripts
|
|
|
- path array /usr/local/freeswitch/recordings True recordings
|
|
|
- path array /var/www/fusionpbx True fusionpbx
|
|
|
- path array /usr/local/freeswitch/conf True conf
|
|
|
- path array /usr/local/freeswitch/storage True storage
|
|
|
-
|
|
|
- Click "Reload" at the top of the page.
|
|
|
-
|
|
|
-
|
|
|
From the command line.
|
|
|
|
|
|
::
|
|
|
@@ -79,3 +49,36 @@ Once this is complete you will have the backup ready to execute by ./fusion-back
|
|
|
|
|
|
.. image:: ../_static/images/fusionpbx_backup_package1.jpg
|
|
|
:scale: 85%
|
|
|
+
|
|
|
+
|
|
|
+From the Gui.
|
|
|
+
|
|
|
+**FreeSWITCH Source install paths.**
|
|
|
+
|
|
|
+.. image:: ../_static/images/fusionpbx_backup_source1.jpg
|
|
|
+ :scale: 85%
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+**FreeSWITCH Package install paths.**
|
|
|
+
|
|
|
+.. image:: ../_static/images/fusionpbx_backup_source1.jpg
|
|
|
+ :scale: 85%
|
|
|
+
|
|
|
+::
|
|
|
+
|
|
|
+ Goto Advanced > Default Settings.
|
|
|
+
|
|
|
+ Settings for FreeSWITCH package installs are allready in place.
|
|
|
+
|
|
|
+ For FreeSWITCH Source edit the backup paths
|
|
|
+ path array /var/backups/fusionpbx/postgresql True postgresql
|
|
|
+ path array /usr/local/freeswitch/scripts True scripts
|
|
|
+ path array /usr/local/freeswitch/recordings True recordings
|
|
|
+ path array /var/www/fusionpbx True fusionpbx
|
|
|
+ path array /usr/local/freeswitch/conf True conf
|
|
|
+ path array /usr/local/freeswitch/storage True storage
|
|
|
+
|
|
|
+ Click "Reload" at the top of the page.
|
|
|
+
|
|
|
+
|