Changeset 2302 for box/trunk/lib/backupclient/BackupDaemonConfigVerify.cpp
- Timestamp:
- 26/09/2008 23:18:35 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupDaemonConfigVerify.cpp
r2127 r2302 98 98 // extended log to a file 99 99 ConfigurationVerifyKey("LogAllFileAccess", ConfigTest_IsBool, false), 100 // enable logging reasons why each file is backed up or not 101 ConfigurationVerifyKey("LogFile", 0), 102 // enable logging to a file 103 ConfigurationVerifyKey("LogFileLevel", 0), 104 // set the level of verbosity of file logging 100 105 ConfigurationVerifyKey("CommandSocket", 0), 101 106 // not compulsory to have this … … 107 112 // optional script to run when backup needs attention, eg store full 108 113 114 ConfigurationVerifyKey("NotifyAlways", ConfigTest_IsBool, false), 115 // option to disable the suppression of duplicate notifications 116 109 117 ConfigurationVerifyKey("CertificateFile", ConfigTest_Exists), 110 118 ConfigurationVerifyKey("PrivateKeyFile", ConfigTest_Exists),
Note: See TracChangeset
for help on using the changeset viewer.
