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
```
If you want to use python 3 replace the `python` command with `python3`
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'.
Install python modules by performing the following command in duplicity's root directory:
```
pip install -r requirements.txt
```
or:
```
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.
# HELP
For more information see the duplicity web site at:
http://duplicity.us
or
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-0.8.23.tar.gz
(1.4 MB
view details)
File details
Details for the file duplicity-0.8.23.tar.gz.
File metadata
- Download URL: duplicity-0.8.23.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35e0d218bc6569aa99e51795c5b521093af21283af8c4db4f20652e76c20fefd
|
|
| MD5 |
6de681e3345fdff6d9e98444ef6bb4c4
|
|
| BLAKE2b-256 |
fccf4c492053398633154062759b1b8f7a4da77e029145c432ecfe3f76ca730c
|