summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-11-04 02:23:07 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-11-04 02:23:07 +0000
commit15fae02584fa72173a11f86e12f75722ea0b03b0 (patch)
treec1a031be9ff7dd4927dec3cb45db404feeb2d220
parent8159184b733636dc277c0a2fa5f935556ea5a33e (diff)
downloadrdiff-backup-15fae02584fa72173a11f86e12f75722ea0b03b0.tar.gz
Added more to regress error recovery scheme
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@491 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/FAQ-body.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index 6592560..43eba68 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -396,10 +396,22 @@ serious recurring problem.</p>
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.
+<pre>current_mirror.2003-09-07T16:43:00-07:00.data
+current_mirror.2003-09-08T04:22:01-07:00.data</pre>
+
+Delete the one with the earlier date. Also move the mirror_metadata
+file with the later date out of the way, because it probably didn't
+get written correctly because that session was aborted:
+
+<pre>mv mirror_metadata.2003-09-08T04:22:01-07:00.snapshot.gz \
+ aborted-metadata.2003-09-08T04:22:01-07:00.snapshot.gz</pre>
+
+The next time rdiff-backup runs it won't try regressing the
+destination. Metadata will be read from the file system, which may
+result in some extra files being backed up, but there shouldn't be any
+data loss.</p>
+
+
</li>
</ol>