mdbm_sync [-hL] mdbm
mdbm_sync forces all dirty pages of an MDBM to be synced to disk. By default, pages are sent to disk only when the system runs low on physical memory and begins to swap. (Unless mdbm_open() was called with either the O_ASYNC or O_FSYNC option.)
-h | Show help message |
-L | Open with no locking. |
Returns 0 upon success, 1 upon failure.
mdbm_sync /tmp/bar.mdbm
mdbm_check(1), mdbm_compare(1), mdbm_copy(1), mdbm_create(1), mdbm_digest(1), mdbm_dump(1), mdbm_export(1), mdbm_fetch(1), mdbm_import(1), mdbm_purge(1), mdbm_replace(1), mdbm_restore(1), mdbm_save(1), mdbm_stat(1), mdbm_sync(1), mdbm_trunc(1)
mdbm-users <mdbm-users@yahoo-inc.com>