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.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 0d83d4c..726ab8b 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -183,6 +183,11 @@ compare_inode = 1
# guarantee that any changes have been committed to disk.
fsync_directories = 1
+# If set, directory increments are given the same permissions as the
+# directories they represent. Otherwise they have the default
+# permissions.
+change_dir_inc_perms = 1
+
def get(name):
"""Return the value of something in this module"""