%PDF- %PDF-
Direktori : /lib/python3/dist-packages/duplicity-2.1.4.egg-info/ |
Current File : //lib/python3/dist-packages/duplicity-2.1.4.egg-info/PKG-INFO |
Metadata-Version: 2.1 Name: duplicity Version: 2.1.4 Summary: Encrypted backup using rsync algorithm Home-page: http://duplicity.us Author: Ben Escoto <ben@emrose.org> Author-email: ben@emrose.org Maintainer: Kenneth Loafman <kenneth@loafman.com> Maintainer-email: kenneth@loafman.com 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 :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: System :: Archiving :: Backup Requires-Python: >=3.8, <4 Description-Content-Type: text/plain License-File: COPYING # INSTALLATION Thank you for trying duplicity. To install, run: ``` python3 setup.py install ``` The build process can be also be run separately: ``` python3 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: ``` python3 setup.py install --prefix=/usr/local export PYTHONPATH='/usr/local/lib/python.x/site-packages/' /usr/local/bin/duplicity -V` ``` # REQUIREMENTS * Python 3.8 to 3.10 * librsync v0.9.6 or later * GnuPG for encryption * see `requirements.txt` for complete list 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'. Install python modules by performing the following command in duplicity's root directory: ``` pip3 install -r requirements.txt ``` if you're using python3 # DEVELOPMENT For more information on downloading duplicity's source code from the code repository and developing for duplicity, see README-REPO. For source docs: http://duplicity.readthedocs.io/ # HELP For more information see the duplicity web site at: http://duplicity.us or at: http://duplicity.gitlab.io or post to the mailing list at https://lists.nongnu.org/mailman/listinfo/duplicity-talk