| Trees | Index | Help |
|
|---|
| Package ZenUtils :: Module ZenBackup :: Class ZenBackup |
|
CmdBase--+ |ZenBackupBase--+ | ZenBackup
| Method Summary | |
|---|---|
basic options setup sub classes can add more options here | |
getDefaultBackupFile(self)
| |
Returns True is zeo appears to be running, false otherwise. | |
Create a backup of the data and configuration for a zenoss install. | |
Return dbname, dbuser, dbpass from saved settings | |
Save some of the options to a file for use during restore | |
Inherited from ZenBackupBase:
__init__,
getPassArg,
getRepozoPath,
getTempDir,
msg
Inherited from CmdBase:
buildParser,
parseOptions,
setupLogging
| |
| Class Variable Summary | |
|---|---|
Inherited from ZenBackupBase:
doesLogging
|
| Method Details |
|---|
buildOptions(self)basic options setup sub classes can add more options here |
isZeoUp(self)Returns True is zeo appears to be running, false otherwise. |
makeBackup(self)Create a backup of the data and configuration for a zenoss install. getWhatYouCan == True means to continue without reporting errors even if this appears to be an incomplete zenoss install. |
readSettingsFromZeo(self)Return dbname, dbuser, dbpass from saved settings |
saveSettings(self, tempDir)Save some of the options to a file for use during restore |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:16 2007 | http://epydoc.sf.net |