| Server IP : 209.205.66.10 / Your IP : 216.73.216.173 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ammon 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : ( 1006) PHP Version : 8.5.8 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/duplicity-0.8.21.egg-info/ |
Upload File : |
Metadata-Version: 2.1 Name: duplicity Version: 0.8.21 Summary: Encrypted backup using rsync algorithm Home-page: http://duplicity.nongnu.org/index.html Author: Ben Escoto <ben@emrose.org> Author-email: ben@emrose.org Maintainer: Kenneth Loafman <kenneth@loafman.com> Maintainer-email: kenneth@loafman.com License: UNKNOWN Platform: any Classifier: Development Status :: 6 - Mature Classifier: Environment :: Console Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2) Classifier: Operating System :: MacOS Classifier: Operating System :: POSIX Classifier: Programming Language :: C Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Topic :: System :: Archiving :: Backup Requires-Python: >2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4 Description-Content-Type: text/plain License-File: COPYING License-File: AUTHORS # INSTALLATION Thank you for trying duplicity. To install, run: ``` python setup.py install ``` The build process can be also be run separately: ``` python setup.py build ``` The default prefix is /usr, so files are put in /usr/bin, /usr/share/man/, etc. An alternate prefix can be specified using the --prefix=<prefix> option. For example: ``` python setup.py install --prefix=/usr/local export PYTHONPATH='/usr/local/lib/python.x/site-packages/' /usr/local/bin/duplicity -V` ``` # REQUIREMENTS * Python 2.7, or 3.5 to 3.9 * librsync v0.9.6 or later * GnuPG for encryption * fasteners 0.14.1 or later for concurrency locking * for scp/sftp -- python-paramiko * for ftp -- lftp version 3.7.15 or later * Boto 2.0 or later for single-processing S3 or GCS access (default) * Boto 2.1.1 or later for multi-processing S3 access * Boto 2.7.0 or later for Glacier S3 access * Boto3 1.15 or later for S3 If you install from the source package, you will also need: * Python development files, normally found in module 'python-dev'. * librsync development files, normally found in module 'librsync-dev'. # DEVELOPMENT For more information on downloading duplicity's source code from the code repository and developing for duplicity, see README-REPO. # HELP For more information see the duplicity home page at: http://www.nongnu.org/duplicity or post to the mailing list at https://lists.nongnu.org/mailman/listinfo/duplicity-talk