Commit 72e15c94 authored by ben's avatar ben

New version of CVS-README


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@236 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 2488d2ce
...@@ -4,6 +4,9 @@ New in v0.11.1 (2002/12/??) ...@@ -4,6 +4,9 @@ New in v0.11.1 (2002/12/??)
Fixed bug with the --{include|exclude}-globbing-filelist options Fixed bug with the --{include|exclude}-globbing-filelist options
(reported by Claus Herwig). (reported by Claus Herwig).
Added --list-changed-since option to list the files changed since the
given date.
New in v0.11.0 (2002/10/05) New in v0.11.0 (2002/10/05)
--------------------------- ---------------------------
......
CVS README - Notes for people checking out of CVS
-------------------------------------------------
Getting rdiff-backup to run:
----------------------------
If you want to run a version of rdiff-backup checked out of CVS into
your $RDB_ROOT directory, change to $RDB_ROOT/rdiff_backup and run the
./compilec.py file. With any luck, _librsync.so and C.so libraries
will appear in that directory. Then run rdiff-backup, making sure
that all the files are in your PYTHONPATH:
PYTHONPATH=$RDB_ROOT $RDB_ROOT/rdiff-backup
Running the unit tests:
-----------------------
If you want to try some of tests, you first have to untar the
testfiles.tar.gz as root (the tarball contains device files, files
with various uid/gid, etc):
cd testing; tar -xvzf testfiles.tar.gz
Then run the various *test.py files, for instance:
cd testing; python lazytest.py
...@@ -9,7 +9,8 @@ rdiff-backup \- local/remote mirror and incremental backup ...@@ -9,7 +9,8 @@ rdiff-backup \- local/remote mirror and incremental backup
.B rdiff-backup .B rdiff-backup
.B {{ -l | --list-increments } .B {{ -l | --list-increments }
.BI "| --remove-older-than " time_interval } .BI "| --remove-older-than " time_interval
.BI "| --list-changed-since " time }
.BI [[[ user@ ] host2.foo ]:: destination_directory ] .BI [[[ user@ ] host2.foo ]:: destination_directory ]
.B rdiff-backup --calculate-average .B rdiff-backup --calculate-average
...@@ -187,6 +188,12 @@ will be included by this option. See the ...@@ -187,6 +188,12 @@ will be included by this option. See the
.B FILE SELECTION .B FILE SELECTION
section for more information. section for more information.
.TP .TP
.BI "--list-changed-since " time
List the files that have changed since the given time. See
.B TIME FORMATS
for the format of
.IR time .
.TP
.B "-l, --list-increments" .B "-l, --list-increments"
List the number and date of partial incremental backups contained in List the number and date of partial incremental backups contained in
the specified destination directory. This option is incompatible with the specified destination directory. This option is incompatible with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment