From 15fae02584fa72173a11f86e12f75722ea0b03b0 Mon Sep 17 00:00:00 2001 From: bescoto Date: Tue, 4 Nov 2003 02:23:07 +0000 Subject: 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 --- rdiff-backup/FAQ-body.html | 20 ++++++++++++++++---- 1 file 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.

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. +
current_mirror.2003-09-07T16:43:00-07:00.data
+current_mirror.2003-09-08T04:22:01-07:00.data
+ +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: + +
mv mirror_metadata.2003-09-08T04:22:01-07:00.snapshot.gz \
+   aborted-metadata.2003-09-08T04:22:01-07:00.snapshot.gz
+ +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.

+ + -- cgit v1.2.1