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

Backup and Restore :: HOWTO restore from backup file

HOWTO Restore from Backup File

To restore the system from the backup file:

  • Log in to the system shell as a root user
  • Navigate to the opt directory
 cd /opt
  • Stop services
 /opt/pbxware/sh/stop
 /opt/httpd/sh/stop
  • Unpack backup
 tar --numeric-owner -xvf PATH_TO_BACKUP

Where PATH_TO_BACKUP is a full path to your backup file.

  • Start the services
 /opt/pbxware/sh/start
 /opt/httpd/sh/start

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article