./net/duplicity, Remote encrypting incremental backup utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.2, Package name: duplicity-3.0.2, Maintainer: triaxx

Duplicity backs directories by producing encrypted tar-format volumes and
uploading them to a remote or local file server. Because duplicity uses
librsync, the incremental archives are space efficient and only record the
parts of files that have changed since the last backup. Because duplicity
uses GnuPG to encrypt and/or sign these archives, they will be safe from
spying and/or modification by the server.


Required to run:
[net/rsync] [net/lftp] [net/ncftp3] [security/gnupg] [security/py-paramiko] [devel/py-pexpect] [devel/py-setuptools] [net/py-boto] [www/py-gdata] [lang/python27] [net/py-dropbox] [security/py-requests-oauthlib] [net/librsync] [devel/py-fasteners] [www/py-cloudfiles] [www/py-swiftclient]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1888.278 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-23 14:20:05 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1)
Log message:
duplicity: Take ownership
   2024-08-10 10:05:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
duplicity: remove unused test dependency

Document test status.
   2024-05-24 17:08:39 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
duplicity: Fix lftp path
   2024-05-22 06:33:35 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
duplicity: Update to 2.2.4
   2024-04-04 15:35:52 by Thomas Klausner | Files touched by this commit (1)
Log message:
duplicity: remove duplicate dependency (listed twice)
   2024-03-04 15:45:17 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) | Package updated
Log message:
duplicity: Update to 2.2.2

upstream changes:
-----------------
rel.2.2.2 (2024-02-03)
Changes
  o Ask google_auth_oauthlib not to open browser during authentication flow.
    [Christopher Haglund]
  o Run po/update-pot. [Kenneth Loafman]
  o Update python\_requires to allow py3.12. [Kenneth Loafman]
Fix
  o Clean up debian/rules. [Kenneth Loafman]
  o Add duplicity console script. [Kenneth Loafman]
      * Copied from pip install
      * LP does not generate it

rel.2.2.0 (2024-01-27)
Changes
  o Use pytest not tox on GitLab CI. [Kenneth Loafman] saves build time
  o Run po/update-pot. [Kenneth Loafman]
  o Remove support for old mock. [Alexandre Detiste]
  o Project says “REQUIREMENTS: Python 3.8 to 3.12”
  o Allow pipelines to run if not merge request. [Kenneth Loafman]
  o Version as 2.2.0. [Kenneth Loafman]
  o Upgrade current build and test systems. [Kenneth Loafman]
  o # Changes: - move bin/duplicity to duplicity/main.py - add entry point
    dup_run() no args - rename bin to man (only contents now) - rename
    duplicity/tarfile.py to duplicity/dup_tarfile.py to avoid import problems -
    duplicity now runs as a module python3 -m duplicity as well as a script
    /usr/bin/duplicity - py2->py3 oddities changed, "".__class__ and
    b"".__class__ changed to str and bytes - tox v4 now runs correctly \ 
as tox
    run -e code - moved [pycodestyle] from tox.ini to setup.cfg - moved
    .pylintrc from to setup.cfg - sources released fully versioned -
    duplicity/__init__.py - man/duplicity.1 - pyproject.toml - setup.py -
    snap/snapcraft.yaml
  o Closes #774,#793
Fix
  o Remove test_GPGWriteFile. [Kenneth Loafman]
      * Fails on GitLab
      * Runs on Linux and macOS just fine
  o Invalid option error using `–[gpg|par2|rsync|ssh]-options ‘…’ \ 
[Kenneth Loafman]
  o Fixes #795.