duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #05803
Duplicity 1.0.0 Released
You can see the full details of the changes in GitLab
<https://gitlab.com/duplicity/duplicity/-/milestones/13#tab-issues> and
Launchpad <https://launchpad.net/duplicity/+milestone/1.0.0> milestone
pages and CHANGELOG
<https://duplicity.gitlab.io/duplicity-web/vers1/CHANGELOG.html>.
Two major changes. One is a reduction in the number of file descriptors
used during restore and verify. Two is a change from using text output to
return code to find GPG errors.
There are multiple options both stable and latest:
- Stable snap builds - “sudo snap install duplicity —classic"
- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Stable pip3 builds - “sudo pip3 install duplicity"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"
- Stable duplicity PPA -
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
<https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git>
- Latest duplicity PPA -
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stable tarball install - https://launchpad.net/duplicity/+download
- Source - https://gitlab.com/duplicity/duplicity
*Note 1: UNINSTALL duplicity first if it was installed from a different
source.*
*Note 2: Launchpad PPAs contain builds for 18.04, 20.04, 20.10, 21.04,
22.04.*
*Note 3: Xenial 16.04 works with Snap and Pip installs, but cannot be built
under Launchpad PPAs at the moment**.*
...Thanks,
...Ken