[fusion] Weekly backup 2026-07-10 — 7 files changed, 139 insertions(+), 2 deletions(-)

This commit is contained in:
FusionPBX Backup
2026-07-10 16:21:51 +00:00
parent 68af10b466
commit 42422975e4
7 changed files with 139 additions and 2 deletions
+1
View File
@@ -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