/[rdiff-backup]/rdiff-backup/rdiff_backup/Globals.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/Globals.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by bescoto, Wed Oct 19 02:45:23 2005 UTC revision 1.37 by bescoto, Thu Oct 20 20:20:29 2005 UTC
# Line 216  fsync_directories = None Line 216  fsync_directories = None
216  # If set, exit with error instead of dropping ACLs or ACL entries.  # If set, exit with error instead of dropping ACLs or ACL entries.
217  never_drop_acls = None  never_drop_acls = None
218    
219    # Apply this mask to permissions before chmoding.  (Set to 0777 to
220    # prevent highbit permissions on systems which don't support them.)
221    permission_mask = 07777
222    
223    
224  def get(name):  def get(name):
225          """Return the value of something in this module"""          """Return the value of something in this module"""

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26