Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hcarvalhoalves/duplicity
Unnoficial fork of Duplicity - Bandwidth Efficient Encrypted Backup
https://github.com/hcarvalhoalves/duplicity
Last synced: 4 days ago
JSON representation
Unnoficial fork of Duplicity - Bandwidth Efficient Encrypted Backup
- Host: GitHub
- URL: https://github.com/hcarvalhoalves/duplicity
- Owner: hcarvalhoalves
- License: gpl-2.0
- Created: 2011-09-21T15:34:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-24T21:47:44.000Z (about 13 years ago)
- Last Synced: 2024-08-01T20:47:24.209Z (3 months ago)
- Language: Python
- Homepage: http://duplicity.nongnu.org/
- Size: 1.06 MB
- Stars: 50
- Watchers: 6
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
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= option. For example:python setup.py install --prefix=/usr/local
export PYTHONPATH='/usr/local/lib/python2.x/site-packages/'
/usr/local/bin/duplicity -VREQUIREMENTS:
* Python v2.4 or later
* librsync v0.9.6 or later
* GnuPG v1.x for encryption
* for normal ftp -- NcFTP version 3.1.9 or later, but not 3.2.0
* for ftp over SSL -- lftp version 3.7.15 or later
* Boto 0.9d or laterIf 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'.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/.