Commit da6790f6 authored by bescoto's avatar bescoto

Default to not fsyncing directories


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@623 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent fc5dcaf4
......@@ -12,6 +12,9 @@ Librsync signature blocksize now based on square root of file length.
rdiff-backup now writes its PID to current_mirror marker (suggested by
Kevin Spicer).
fsync_directories defaults to None, to avoid errors in testing
(suggestion by Charles Duffy).
New in v1.0.0 (2005/08/14)
--------------------------
......
......@@ -210,7 +210,7 @@ compare_inode = 1
# If set, directories can be fsync'd just like normal files, to
# guarantee that any changes have been committed to disk.
fsync_directories = 1
fsync_directories = None
# If set, exit with error instead of dropping ACLs or ACL entries.
never_drop_acls = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment