| 
 To backup the system from the shell:   - Login to the system shell as a root user
 - Navigate to the /opt directory
 
 cd /opt /opt/pbxware/sh/stop tar czf backup.tgz httpd pbxware /opt/pbxware/sh/start                       
 
 NOTE: Make sure no active calls are present before stopping the servers
   
 |