Hi folks,
We have not yet implemented Backup and Restore functionality of the zbpserver database and configurations through the iSmartenit App. So just in case it is needed to create a backup or restore an old backup, refer to commands below:
BACKUP:
$ cp -rf /etc/zbp /etc/zbp-bk-date
replace the date above with the actual date, for e.g: $ cp -rf /etc/zbp /etc/zbp-bk-03032015-0929
RESTORE:
$ cp -rf /etc/zbp-bk-date /etc/zbp