Installing Borg(backup) using pip and virtualenv (no root install)

virtualenv --python=python3 borg-env
source borg-env/bin/activate
# install Borg + Python dependencies into virtualenv
pip install borgbackup
If you want to ask me a question or leave me a message add @bougui505 in your comment.