rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/fs_abilities


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/fs_abilities.py
Date: Wed, 26 Oct 2005 13:42:17 -0400

Index: rdiff-backup/rdiff_backup/fs_abilities.py
diff -u rdiff-backup/rdiff_backup/fs_abilities.py:1.21 
rdiff-backup/rdiff_backup/fs_abilities.py:1.22
--- rdiff-backup/rdiff_backup/fs_abilities.py:1.21      Wed Oct 26 00:52:53 2005
+++ rdiff-backup/rdiff_backup/fs_abilities.py   Wed Oct 26 17:42:17 2005
@@ -514,7 +514,8 @@
                        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 @@
 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):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]