summaryrefslogtreecommitdiff
path: root/rdiff-backup
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-03 01:13:26 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-03 01:13:26 +0000
commit90b3185d36976bb1c6404332772ae15beac8cb77 (patch)
tree5e566d4f853a18e89ac66ab8255131aabf2edda2 /rdiff-backup
parent59daaa76dfae459c52805d34be34f5236e87ba44 (diff)
downloadrdiff-backup-90b3185d36976bb1c6404332772ae15beac8cb77.tar.gz
New version of CVS-README
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@236 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup')
-rw-r--r--rdiff-backup/CHANGELOG3
-rw-r--r--rdiff-backup/CVS-README27
-rw-r--r--rdiff-backup/rdiff-backup.19
3 files changed, 38 insertions, 1 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 8bd7cee..a3866db 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -4,6 +4,9 @@ New in v0.11.1 (2002/12/??)
Fixed bug with the --{include|exclude}-globbing-filelist options
(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)
---------------------------
diff --git a/rdiff-backup/CVS-README b/rdiff-backup/CVS-README
new file mode 100644
index 0000000..1a5dab3
--- /dev/null
+++ b/rdiff-backup/CVS-README
@@ -0,0 +1,27 @@
+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
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index 3a1efe7..03f52ee 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -9,7 +9,8 @@ rdiff-backup \- local/remote mirror and incremental backup
.B rdiff-backup
.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 ]
.B rdiff-backup --calculate-average
@@ -187,6 +188,12 @@ will be included by this option. See the
.B FILE SELECTION
section for more information.
.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"
List the number and date of partial incremental backups contained in
the specified destination directory. This option is incompatible with