Skip to content

Instantly share code, notes, and snippets.

@dkalog
Created July 9, 2021 08:31
Show Gist options
  • Save dkalog/baeef668aa91bf236da4cdfd0d3e273d to your computer and use it in GitHub Desktop.
Save dkalog/baeef668aa91bf236da4cdfd0d3e273d to your computer and use it in GitHub Desktop.
duply setup on buster
apt install librsync-dev gcc libc6-dev python3-dev virtualenv gettext
virtualenv --python=/usr/bin/python3 /opt/duply/venv
source /opt/duply/venv/bin/activate
pip install setuptools_scm
pip install duplicity==0.8.19
pip install paramiko==1.17.4
pip install b2==1.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment