Encrypted backup using rsync algorithm
Project description
# 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
duplicity-2.1.4.tar.gz
(1.6 MB
view details)
File details
Details for the file duplicity-2.1.4.tar.gz.
File metadata
- Download URL: duplicity-2.1.4.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bbe8cb3527b296011c11ce8a8d4323d8562fe532aa70d355305bea2927158e5
|
|
| MD5 |
469f082df6714f60b97d27dd0503da27
|
|
| BLAKE2b-256 |
56c134f63e68f81481e9a1e276f9a8e185ff869c81e9e4acdfb7ee4994a2592c
|