BackupService

Wrapper around a backup service.

Constructors

this
this(size_t time)

Creates a new backup service.

Members

Functions

addPath
void addPath(BackupPath path)

Adds a path to backup.

backup
void backup()

Performs the specified backup.

onBackup
void onBackup(const(BackupPath[]) paths)

Handler for performing a backup.

Properties

time
const(size_t) time [@property getter]

Gets the time to wait between backing up.

Meta