/[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.17 by bescoto, Sat Mar 15 19:30:08 2003 UTC revision 1.18 by bescoto, Fri Apr 4 00:52:34 2003 UTC
# Line 176  restrict_path = None Line 176  restrict_path = None
176  # the man page under --no-compare-inode for more information.  # the man page under --no-compare-inode for more information.
177  compare_inode = 1  compare_inode = 1
178    
179    # If set, directories can be fsync'd just like normal files, to
180    # guarantee that any changes have been committed to disk.
181    fsync_directories = 1
182    
183    
184  def get(name):  def get(name):
185          """Return the value of something in this module"""          """Return the value of something in this module"""

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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