summaryrefslogtreecommitdiff
path: root/rdiff-backup/README
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:04:52 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-07-19 06:04:52 +0000
commita6f1bff43facd5be9d41186cf4c14737c08c632a (patch)
treebe16cc7ca7ce793087e49f26a958a13d19a92b38 /rdiff-backup/README
parent71efe489bc3f5cfdde8a227eb6735294e6479f87 (diff)
downloadrdiff-backup-a6f1bff43facd5be9d41186cf4c14737c08c632a.tar.gz
rdiff-backup script not exec'able until installed
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@165 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/README')
-rw-r--r--rdiff-backup/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/rdiff-backup/README b/rdiff-backup/README
index e33d77b..7cfbace 100644
--- a/rdiff-backup/README
+++ b/rdiff-backup/README
@@ -4,6 +4,10 @@ Thank you for trying rdiff-backup. 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:
@@ -14,8 +18,10 @@ The default prefix is /usr, so files are put in /usr/bin,
REQUIREMENTS:
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.
+or later installed. For Python, see http://www.python.org. The
+rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should have
+a recent version of librsync; otherwise see the librsync homepage at
+http://sourceforge.net/projects/librsync/.
For remote operation, rdiff-backup should be in installed and in the
PATH on remote system(s) (see man page for more information).