summaryrefslogtreecommitdiff
path: root/rdiff-backup/README
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-27 20:18:54 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-06-27 20:18:54 +0000
commitde108cffeb5fdaef8b1c0e93886a526fc76cc6ee (patch)
tree6df390b97c209c6658871f19a1c09663791fd4c6 /rdiff-backup/README
parent2caa9e388288e044183b45d18542a31fa1f4d4af (diff)
downloadrdiff-backup-de108cffeb5fdaef8b1c0e93886a526fc76cc6ee.tar.gz
Various Changes for 0.9.2. Mention of rdiff taken from README and
rdiff-backup.1 git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@147 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/README')
-rw-r--r--rdiff-backup/README11
1 files changed, 5 insertions, 6 deletions
diff --git a/rdiff-backup/README b/rdiff-backup/README
index f70059c..e33d77b 100644
--- a/rdiff-backup/README
+++ b/rdiff-backup/README
@@ -2,21 +2,20 @@ INSTALLATION:
Thank you for trying rdiff-backup. To install, run:
- ./setup.py install
+ python setup.py install
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:
- ./setup.py install --prefix=/usr/local
+ python setup.py install --prefix=/usr/local
REQUIREMENTS:
-Remember that you must have Python 2.2 or later and librsync installed
-(this means that "python" and "rdiff" should be in your path). To
-download, see http://www.python.org and
-http://sourceforge.net/projects/rproxy/ respectively.
+Remember that you must have Python 2.2 or later and librsync 0.9.5.1
+or later installed. To download, see http://www.python.org and
+http://sourceforge.net/projects/librsync/ respectively.
For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information).