summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-15 03:00:11 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-15 03:00:11 +0000
commitad458a91dc96e7ba50bff6a45205db69b6befa41 (patch)
tree7cb15a9aeff8a5a5558d40596902ef003ceb5ba4 /rdiff-backup/rdiff_backup/Globals.py
parent5137df996ccc2faf82a473b16e45d4a371a183f9 (diff)
downloadrdiff-backup-ad458a91dc96e7ba50bff6a45205db69b6befa41.tar.gz
Changed handling of ownership, added --user/group-mapping-file options
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@436 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, 0 insertions, 5 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 9bcabb7..e40fd0a 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -207,11 +207,6 @@ 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"""