diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2003-09-13 22:26:09 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2003-09-13 22:26:09 +0000 |
commit | 52950040bde00e779c1be65f759f646c9bf7e91b (patch) | |
tree | fec6c7b4f09fc640d8b8b45201bb0b9c72bd9e38 /rdiff-backup/rdiff_backup/Globals.py | |
parent | 9d2c911ef7763ac7f2123878c002a059f2826708 (diff) | |
download | rdiff-backup-52950040bde00e779c1be65f759f646c9bf7e91b.tar.gz |
Yet another change dealing with unreadable directories
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@431 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r-- | rdiff-backup/rdiff_backup/Globals.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py index d6238e1..9bcabb7 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 |