From 64976e6afefff455ee9515218942a65c6ff5eede Mon Sep 17 00:00:00 2001 From: bescoto Date: Sat, 1 Feb 2003 08:13:05 +0000 Subject: Re-added --windows-mode option git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@273 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Globals.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'rdiff-backup/rdiff_backup/Globals.py') diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py index bb4195c..a06e246 100644 --- a/rdiff-backup/rdiff_backup/Globals.py +++ b/rdiff-backup/rdiff_backup/Globals.py @@ -102,19 +102,12 @@ changed_settings = [] # The RPath of the rdiff-backup-data directory. rbdir = None -# This string is used when recognizing and creating time strings. -# If the time_separator is ":", then W3 datetime strings like -# 2001-12-07T04:22:01-07:00 are produced. It can be set to "_" to -# make filenames that don't contain colons, which aren't allowed -# under MS windows NT. -time_separator = ":" - # quoting_enabled is true if we should quote certain characters in # filenames on the source side (see FilenameMapping for more # info). chars_to_quote is a string whose characters should be # quoted, and quoting_char is the character to quote with. quoting_enabled = None -chars_to_quote = "" +chars_to_quote = "A-Z:" quoting_char = ';' # If true, emit output intended to be easily readable by a -- cgit v1.2.1