summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-04-06 02:56:34 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-04-06 02:56:34 +0000
commit9446f83a0d8e699e6d5953c415781a122d90ac87 (patch)
treedd1e0bac22be95479b266c060c47e97c96c50e1a /rdiff-backup/rdiff_backup/Globals.py
parentf2a81b8612ef203367f29d9c3e669c74ea41b009 (diff)
downloadrdiff-backup-9446f83a0d8e699e6d5953c415781a122d90ac87.tar.gz
Make no preserve hard links disable inode comparison
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@314 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 9deaac4..0d83d4c 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -54,7 +54,7 @@ process_gid = os.getgid()
change_ownership = None
# If true, when copying attributes, also change target's permission.
-change_permission = 1
+change_permissions = 1
# If true, change the permissions of unwriteable mirror files
# (such as directories) so that they can be written, and then