summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-26 17:42:17 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-10-26 17:42:17 +0000
commit9276ba9789f0cd762a64c973683f53d8d15f1dc0 (patch)
tree17057a3bb9b6b64c96a7b109787e04b9aaf096ad
parentc0347225ae89090565b17afaa64d1cdc71c159e9 (diff)
downloadrdiff-backup-9276ba9789f0cd762a64c973683f53d8d15f1dc0.tar.gz
Debugging patch for Kevin Horton
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@660 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/fs_abilities.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/rdiff-backup/rdiff_backup/fs_abilities.py b/rdiff-backup/rdiff_backup/fs_abilities.py
index 1eaf149..b078fbe 100644
--- a/rdiff-backup/rdiff_backup/fs_abilities.py
+++ b/rdiff-backup/rdiff_backup/fs_abilities.py
@@ -514,7 +514,8 @@ class BackupSetGlobals(SetGlobals):
return actual_ctq
log.Log.FatalError("""New quoting requirements!
-The quoting this session appears to need do not match those in
+The quoting chars this session needs (%s) do not match
+the repository settings (%s) listed in
%s
@@ -522,10 +523,7 @@ This may be caused when you copy an rdiff-backup repository from a
normal file system onto a windows one that cannot support the same
characters, or if you backup a case-sensitive file system onto a
case-insensitive one that previously only had case-insensitive ones
-backed up onto it.
-
-If you want to risk it, remove the file
-rdiff-backup-data/chars_to_quote.""" % (ctq_rp.path,))
+backed up onto it.""" % (suggested_ctq, actual_ctq, ctq_rp.path))
class RestoreSetGlobals(SetGlobals):