ew_backup

Overview

The ew_backup component is responsible for making the automatic mnesia database backups.

The ew_backup registers new gen_server under the wpart application's supervisor and starts to listening for the backups requests.

Configuration

ew_backup accepts the following configuration parameters:

Example

{ew_backup, [{frequency, {2, day}}, {output_dir, "mnesia_backups"}]}

API

Ecomponents/ew_backup (last edited 2009-03-19 14:40:18 by Michal Ptaszek)