Encrypted backup using rsync algorithm
Project description
# 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 0.3.1 or later
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
http://mail.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-0.8.19.dev8.tar.gz
(1.3 MB
view details)
File details
Details for the file duplicity-0.8.19.dev8.tar.gz.
File metadata
- Download URL: duplicity-0.8.19.dev8.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fca82d827772a12fba2392f41832e9f1815b6af5b652e17a45d9f8ea9f3deb0
|
|
| MD5 |
1df731b416ab411e364c103599e3ced7
|
|
| BLAKE2b-256 |
c096285fc08b9c894ac22395080481080e8a8095fa17386256fc3aa2ed4e5781
|