Sunday, October 30, 2016

Install borgbackup in raspberry pi

I'm using the current lastest version of raspbian
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
(if you are in a previous version run rpi-update and see This link)

Install the required packages
sudo apt-get install python3-pip libacl1-dev liblz4-dev python3-dev libssl-dev liblz4-dev libacl1-dev
Then install the python packages
sudo pip3 install lz4 borgbackup

No comments :

Post a Comment