mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-07-27 20:44:55 -05:00
[fusion] Weekly backup 2026-07-10 — 7 files changed, 139 insertions(+), 2 deletions(-)
This commit is contained in:
@@ -57,6 +57,7 @@ log "Backing up FreeSWITCH config"
|
||||
cp /etc/freeswitch/vars.xml freeswitch/ 2>/dev/null || true
|
||||
cp /etc/freeswitch/freeswitch.xml freeswitch/ 2>/dev/null || true
|
||||
cp /etc/freeswitch/extensions.conf freeswitch/ 2>/dev/null || true
|
||||
mkdir -p freeswitch/chatplan scripts systemd_custom; rsync -a --delete /etc/freeswitch/chatplan/ freeswitch/chatplan/ 2>/dev/null || true; cp /usr/local/bin/fax-to-email.py /usr/local/bin/sms-inbound-consumer.py /usr/local/bin/sms-outbound-send.py scripts/ 2>/dev/null || true; cp /etc/systemd/system/sms-inbound.service systemd_custom/ 2>/dev/null || true
|
||||
# SIP profiles (noload — managed by FusionPBX, but useful as reference)
|
||||
rsync -a --delete /etc/freeswitch/sip_profiles/ freeswitch/sip_profiles/ 2>/dev/null || true
|
||||
# Autoload configs that may have been customized
|
||||
|
||||
Reference in New Issue
Block a user