summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 359e351..396ab3b 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -148,6 +148,10 @@ ssh_compression = 1
# If true, print statistics after successful backup
print_statistics = None
+# Controls whether file_statistics file is written in
+# rdiff-backup-data dir. These can sometimes take up a lot of space.
+file_statistics = 1
+
# On the writer connection, the following will be set to the mirror
# Select iterator.
select_mirror = None