|
|
|
runCommand(self,
cmd=[],
obfuscated_cmd=None)
Execute a command and return the results, displaying pre and post
messages. |
source code
|
|
boolean
|
|
|
readSettingsFromZeo(self)
Store the dbname, dbuser, dbpass from saved settings in the Event
Manager (ie ZODB) to the 'options' parsed object. |
source code
|
|
|
saveSettings(self)
Save the database credentials to a file for use during
restore. |
source code
|
|
string
|
|
string
|
|
|
|
|
backupEventsDatabase(self)
Backup the MySQL events database |
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
|
|
Inherited from ZenBackupBase.ZenBackupBase :
getTempDir ,
msg
Inherited from CmdBase.CmdBase :
buildParser ,
checkLogpath ,
generate_configs ,
generate_xml_configs ,
generate_xml_table ,
getConfigFileDefaults ,
parseOptions ,
pretty_print_config_comment ,
setupLogging
|