From 247258bb5cd325c311188dd65b3f351e64bc5454 Mon Sep 17 00:00:00 2001 From: owsla Date: Sat, 3 Jan 2009 23:18:35 +0000 Subject: New option: --use-compatible-timestamps, which causes rdiff-backup to use - asthe hour/minute/second separator instead of :. Enabled by default on systems which require : to be escaped. (Oliver Mulatz) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@996 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Globals.py | 5 +++++ 1 file changed, 5 insertions(+) (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 ffccc27..ab26abf 100644 --- a/rdiff-backup/rdiff_backup/Globals.py +++ b/rdiff-backup/rdiff_backup/Globals.py @@ -159,6 +159,11 @@ rbdir = None chars_to_quote = None quoting_char = ';' +# If true, the timestamps use the following format: "2008-09-01T04-49-04-07-00" +# (instead of "2008-09-01T04:49:04-07:00"). This creates timestamps which +# don't need to be escaped on Windows. +use_compatible_timestamps = 0 + # If true, emit output intended to be easily readable by a # computer. False means output is intended for humans. parsable_output = None -- cgit v1.2.1