-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Juan Ezquerro LLanes edited this page Jan 26, 2017
·
2 revisions
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!