1. Bicom Systems
  2. Solution home
  3. PBXware
  4. HOWTOs

Backup and Restore :: HOWTO backup from shell

HOWTO Backup from Shell

Standalone PBXware

To backup the PBXware system from the shell:

  • Login to your PBXware system shell as a root user
  • Navigate to the /opt directory
cd /opt
  • Stop services
 /opt/pbxware/sh/stop
 /opt/httpd/sh/stop
  • Create tar file
 tar --numeric-owner -czvf backup.tgz httpd pbxware
  • Start the services
 /opt/pbxware/sh/start
 /opt/httpd/sh/start