To restore the system from the backup file:
cd /opt
/opt/pbxware/sh/stop /opt/httpd/sh/stop
tar --numeric-owner -xvf /PATH/TO/BACKUP
Where PATH/TO/BACKUP is a full path to your backup file.
/opt/pbxware/sh/start
/opt/httpd/sh/start
```sh