Restore a PBXware backup
Estimated reading: 1 minute
To restore the system from the backup file:
- Log in to the system shell as the root user
- Go to the opt directory
cd /opt - Stop the services
/opt/pbxware/sh/stop /opt/httpd/sh/stop - Unzip the backup
tar --numeric-owner -xvf /REPERTOIRE/VERS/BACKUP Where DIRECTORY/TO/BACKUP is a full path to your backup file.
- Once the backup is complete, start the services:
/opt/pbxware/sh/start /opt/httpd/sh/start 
