summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-13 23:57:33 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-09-13 23:57:33 +0000
commit68f128f2051d52704eb17b4244a9069ae01b25a6 (patch)
tree4d5e3b09bfb8a6283c2b1c47317209f74a0151b5 /rdiff-backup/rdiff_backup/Globals.py
parent363e3b267f7bc8d63c50ea7c76560ee3ff5d6960 (diff)
downloadrdiff-backup-68f128f2051d52704eb17b4244a9069ae01b25a6.tar.gz
Final changes for 0.12.4 (Mostly unreadable dir fix)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@433 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 726ab8b..531e65f 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -53,9 +53,6 @@ process_gid = os.getgid()
# If true, when copying attributes, also change target's uid/gid
change_ownership = None
-# If true, when copying attributes, also change target's permission.
-change_permissions = 1
-
# If true, change the permissions of unwriteable mirror files
# (such as directories) so that they can be written, and then
# change them back. This defaults to 1 just in case the process