rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Globals.py


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Globals.py
Date: Thu, 20 Oct 2005 16:20:30 -0400

Index: rdiff-backup/rdiff_backup/Globals.py
diff -u rdiff-backup/rdiff_backup/Globals.py:1.36 
rdiff-backup/rdiff_backup/Globals.py:1.37
--- rdiff-backup/rdiff_backup/Globals.py:1.36   Wed Oct 19 02:45:23 2005
+++ rdiff-backup/rdiff_backup/Globals.py        Thu Oct 20 20:20:29 2005
@@ -216,6 +216,10 @@
 # If set, exit with error instead of dropping ACLs or ACL entries.
 never_drop_acls = None
 
+# Apply this mask to permissions before chmoding.  (Set to 0777 to
+# prevent highbit permissions on systems which don't support them.)
+permission_mask = 07777
+
 
 def get(name):
        """Return the value of something in this module"""




reply via email to

[Prev in Thread] Current Thread [Next in Thread]