Duplicity Is Now On GitLab

Written for Duplicity by Kenneth Loafman on 2020-05-06

Duplicity is finally under control of git and not bzr. We'll still be using Launchpad for some things, but the source is now moved to GitLab. I have not finalized the GitLab to Launchpad magic yet, so there is no PPA available on Launchpad.

There are a few download options:
    Source repo - https://gitlab.com/duplicity/duplicity
    Release tarball Install - https://launchpad.net/duplicity/+download
    Stable snap builds - “sudo snap install duplicity —classic"
    Latest snap builds - “sudo snap install duplicity —classic —edge"
    Latest pip builds - "sudo pip install duplicity"

NOTE: UNinstall duplicity first if it was installed via the distribution repository. For Ubuntu, that would be "sudo apt-get purge duplicity".

Read all announcements