|
|
boolean
|
|
|
readZEPSettings(self)
Read in and store the ZEP DB configuration options from
'zeneventserver.conf' to the 'options' object. |
source code
|
|
|
saveSettings(self)
Save the database credentials to a file for use during restore. |
source code
|
|
string
|
|
|
|
|
backupMySqlDb(self,
host,
port,
db,
user,
passwdType,
sqlFile) |
source code
|
|
|
_zepRunning(self)
Returns True if ZEP is running on the system (by invoking
zeneventserver status). |
source code
|
|
|
|
|
backupZenPacks(self)
Backup the zenpacks dir |
source code
|
|
|
|
|
|
|
backupPerfData(self)
Back up the RRD files storing performance data. |
source code
|
|
|
packageStagingBackups(self)
Gather all of the other data into one nice, neat file for easy
tracking. |
source code
|
|
|
cleanupTempDir(self)
Remove temporary files in staging directory. |
source code
|
|
|
makeBackup(self)
Create a backup of the data and configuration for a Zenoss install. |
source code
|
|