FileBackupService

Wrapper around a file backup service.

Constructors

this
this(size_t time)

Creates a new file backup service.

Members

Functions

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

Handler for performing a file backup.

Inherited Members

From BackupService

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

Handler for performing a backup.

time
const(size_t) time [@property getter]

Gets the time to wait between backing up.

addPath
void addPath(BackupPath path)

Adds a path to backup.

backup
void backup()

Performs the specified backup.

Meta