From 7d75e73ffa5310b7ed74b81807ca32c652f0b866 Mon Sep 17 00:00:00 2001 From: bescoto Date: Fri, 18 Jul 2003 08:55:33 +0000 Subject: 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 --- rdiff-backup/rdiff_backup/Globals.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rdiff-backup/rdiff_backup/Globals.py') 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""" -- cgit v1.2.1