Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Anonymous
    Inactive
    Post count: 259

    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

    Anonymous
    Inactive
    Post count: 9

    What is the root/zbp username/password?
    ron

    Anonymous
    Inactive
    Post count: 259

    We recommend you login with the username you use for the Raspberry Pi. The default ssh credentials are:
    Username: pi Password: raspberry

    Anonymous
    Inactive
    Post count: 9

    Thanks, I forgot I could “sudo” 🙂

    Ron

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.