PvBackupSetOn()
Description
Turns on Backup Agent
Include
pvbackupapi.h
Library
pvbackupapi.lib (Windows 32-bit)
w64pvbackupapi.lib (Windows 64-bit)
libpvbackupapi.so (Linux)
Syntax
BU_STAT PvBackupSetOn();
Return Value
BU_ON
Backup Agent is successfully turned on (or was already on when this function was called).
BU_ERROR
Backup Agent cannot be turned on because of an error. Use PvBackupGetLogDir() to locate log files containing specific error information.
BU_BUSY
Backup Agent cannot be turned on because the system is busy due to a cleanup or startup operation in progress. Try again in a few seconds.
BU_ON_WITHERROR
Backup Agent is turned on, but some errors have occurred since it was turned on.
BU_INSTALL_ERROR
Incompatible MicroKernel or incomplete Backup Agent installation was detected. Backup Agent event handler may not be installed and registered correctly. Please reinstall Backup Agent software.