Name

fullfsync — Control the level of disk synchronization

Common Usage

PRAGMA fullfsync;
PRAGMA fullfsync = switch;

Description

The fullfsync pragma enables the F_FULLFSYNC filesystem synchronization method. This provides an extra layer of robust file syncing. Currently, Mac OS X is the only operating system that supports this method.

See Also

synchronous