~ed.so/duplicity/reuse-passphrase-for-signing-fix

« back to all changes in this revision

Viewing changes to README

  • Committer: bescoto
  • Date: 2002-10-29 01:49:46 UTC
  • Revision ID: vcs-imports@canonical.com-20021029014946-3m4rmm5plom7pl6q
Initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSTALLATION:
 
2
 
 
3
Thank you for trying duplicity.  To install, run:
 
4
 
 
5
        python setup.py install
 
6
 
 
7
The build process can be also be run separately:
 
8
 
 
9
        python setup.py build
 
10
 
 
11
The default prefix is /usr, so files are put in /usr/bin,
 
12
/usr/share/man/, etc.  An alternate prefix can be specified using the
 
13
--prefix=<prefix> option.  For example:
 
14
 
 
15
        python setup.py install --prefix=/usr/local
 
16
 
 
17
 
 
18
REQUIREMENTS:
 
19
 
 
20
Remember that you must have Python 2.2 or later and librsync 0.9.5.1
 
21
or later installed.  For Python, see http://www.python.org.  The
 
22
rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have
 
23
a recent version of librsync; otherwise see the librsync homepage at
 
24
http://sourceforge.net/projects/librsync/.
 
25
 
 
26
 
 
27
HELP:
 
28
 
 
29
If you are having problems, you may want to try the mailing list.
 
30
Duplicity and rdiff-backup currently share a mailing list, so see:
 
31
http://rdiff-backup.stanford.edu/list.html.
 
32