Skip to content
Juan Ezquerro LLanes edited this page Jan 26, 2017 · 2 revisions

Installation

First download the latest version

Unpack the sources:

unzip vX.X.zip

Change directory:

cd HiddenBackup-Server-vX.X

Install dependencies:

sudo pip install qrcode

Install the daemon:

sudo python setup.py install

Edit the configuration:

vim /etc/hiddenbackup.conf

Start the server:

hiddenbackupd --start

Display the Qr and scan with your device to connect client and server:

hiddenbackupd --qr

You are done!

Clone this wiki locally