|

Random notes trying to install s3fs and backblaze support on Linux

B2 support for duplicity Must be installed with pip for python 2 apt-get install python-pippip install b2apt-get install duplicityadd-apt-repository ppa:duplicity-team/ppaapt-get updateapt-get –only-upgrade install duplicityduplicity /mount/point b2://<box’s application ID>:<key>@<box id> Worth noting that the documentation on backblaze themselves is wrong, you…