summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-15 19:30:08 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-03-15 19:30:08 +0000
commit42aa5f8cf76abd0a535f9205a8376dcb702a2a76 (patch)
tree7d2f19e991a572141a43df025fd4d3335af06465 /rdiff-backup/rdiff_backup/Globals.py
parenta3aff7945f8d606bc14972e6107d0fa5e262e0b4 (diff)
downloadrdiff-backup-42aa5f8cf76abd0a535f9205a8376dcb702a2a76.tar.gz
Final changes for 0.11.4
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@301 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
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