From c8b2f7c62f0c8e8483fd5e10ef3fea0e72d442ea Mon Sep 17 00:00:00 2001 From: bescoto Date: Sat, 26 Mar 2005 00:32:47 +0000 Subject: Typo fix by Thomas Jarosch git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@560 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rdiff-backup/rdiff_backup/Main.py b/rdiff-backup/rdiff_backup/Main.py index cd77d63..c7bd469 100644 --- a/rdiff-backup/rdiff_backup/Main.py +++ b/rdiff-backup/rdiff_backup/Main.py @@ -840,12 +840,12 @@ def checkdest_need_check(dest_rp): The rdiff-backup data directory %s exists, but we cannot find a valid current_mirror marker. You can -avoid this message by removing the rdiff_backup_data directory; +avoid this message by removing the rdiff-backup-data directory; however any data in it will be lost. Probably this error was caused because the first rdiff-backup session into a new directory failed. If this is the case it is safe to delete -the rdiff_backup_data directory because there is no important +the rdiff-backup-data directory because there is no important information in it. """ % (Globals.rbdir.path,)) -- cgit v1.2.1