Backup and Restore – Restore Business System from Backup File

To retore 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

Unpack the backup

tar --numeric-owner -xvf PATH_TO_BACKUP

Where PATH_TO_BACKUP is the full path to your backup file.

 

Start the services back up

 /opt/pbxware/sh/start
 /opt/httpd/sh/start

 

 

 

 

Last Updated on October 1, 2024