~scode/duplicity/bug-387102

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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/python2.x/site-packages/'
        /usr/local/bin/duplicity -V


REQUIREMENTS:

 * Python v2.3 or later (http://www.python.org)
 * librsync v0.9.6 or later (http://librsync.sourceforge.net)
 * GnuPG for encryption (http://www.gnupg.org)
 * GnuPGInterface 0.3.2 or later (http://py-gnupg.sourceforge.net)
 * NcFTP version 3.1.9 or later, but not 3.2.0 (http://www.ncftp.com)
 * Boto 0.9d or later (http://code.google.com/p/boto)

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'.


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/.