Backup and Restore – Backup Business System From Shell
To back up your standalone Business system from shell, log into the system as a root user.
Navigate to the opt directory
cd /opt
Stop the services
/opt/pbxware/sh/stop /opt/httpd/sh/stop
Create a .tar file
tar --numeric-owner -czvf backup_date.tgz httpd pbxware
Start the services back up
/opt/pbxware/sh/start /opt/httpd/sh/start
Last Updated on October 1, 2024