> The sync option is the default export setting. it's worth noting that sync is the default because async is "unsafe". in the sense that clients being told that a write succeeds before the server is sure the data is physically on disk. this is pretty conservative; all my clusters use async. take a walk on the wild side eh? regards, mark hahn.