summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-09 05:18:22 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-09 05:18:22 +0000
commit87d0c14bc14b57de59c76c88bf22f15a4cbf1c7a (patch)
tree783dd150d9dd7a034262fbd419d67aa87b15fd92
parenteafe9b81dd96e9c8f59dfaf3c62d01aa25be64df (diff)
downloadrdiff-backup-87d0c14bc14b57de59c76c88bf22f15a4cbf1c7a.tar.gz
Added note on how to skip regressing
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@417 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/FAQ-body.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index a6c59a9..6592560 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -27,8 +27,14 @@ bandwidth usage, as in rsync's --bwlimit option?</a></li>
memory leak?</a></li>
<li><a href="#dir_not_empty">I use NFS and keep getting some error that includes "OSError: [Errno 39] Directory not empty"</a></li>
+
+<li><a href="#regress_failure">For some reason rdiff-backup failed
+while backing up. Now every time it runs it says "regressing
+destination" and then fails again. What should I do?</a></li>
+
</ol>
+
<h3>Questions and Answers</h3>
<ol>
@@ -377,5 +383,24 @@ run rdiff-backup locally on both ends instead of over NFS. This
should be faster anyway.
</li>
+<a name="regress_failure">
+<li><strong>For some reason rdiff-backup failed
+while backing up. Now every time it runs it says "regressing
+destination" and then fails again. What should I do?</strong>
+
+<P>Firstly, this shouldn't happen. If it does, it indicates a
+corrupted destination directory, a bug in rdiff-backup, or some other
+serious recurring problem.</p>
+
+<p>However, here is a workaround that you might want to use, even
+though it probably won't solve the underlying problem: In the
+destination's rdiff-backup-data directory, there should be two
+"current_mirror" files, for instance
+current_mirror.2003-09-08T04:22:01-07:00.data and
+current_mirror.2003-09-07T16:43:00-07:00.data. Just delete the one
+with the earlier date. The next time rdiff-backup runs it won't try
+regressing the destination.
+</li>
+
</ol>