summaryrefslogtreecommitdiff
path: root/rdiff-backup/src/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/src/globals.py')
-rw-r--r--rdiff-backup/src/globals.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/src/globals.py b/rdiff-backup/src/globals.py
index 9d81ad9..0c10e48 100644
--- a/rdiff-backup/src/globals.py
+++ b/rdiff-backup/src/globals.py
@@ -147,6 +147,10 @@ class Globals:
"jpg|gif|png|jp2|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov)$"
no_compression_regexp = None
+ # If true, filelists and directory statistics will be split on
+ # nulls instead of newlines.
+ null_separator = None
+
# Determines whether or not ssh will be run with the -C switch
ssh_compression = 1