summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-18 08:55:33 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-07-18 08:55:33 +0000
commit7d75e73ffa5310b7ed74b81807ca32c652f0b866 (patch)
treeee21891008bb1b6bb66616dc06c9f3a67e81ce1d /rdiff-backup/rdiff_backup/Globals.py
parent176901bf5e22ad81e6dc0db4c0baa6bdf0a8bf5e (diff)
downloadrdiff-backup-7d75e73ffa5310b7ed74b81807ca32c652f0b866.tar.gz
Added --no-change-dir-inc-perms switch, and fix for windows mode CheckDest
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@342 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
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 8b63e8b..78176f2 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -200,6 +200,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"""