Package ZenUtils :: Module ZenBackup :: Class ZenBackup
[show private | hide private]
[frames | no frames]

Class ZenBackup

  CmdBase --+    
            |    
ZenBackupBase --+
                |
               ZenBackup


Method Summary
  buildOptions(self)
basic options setup sub classes can add more options here
  getDefaultBackupFile(self)
  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.
  readSettingsFromZeo(self)
Return dbname, dbuser, dbpass from saved settings
  saveSettings(self, tempDir)
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
Overrides:
ZenUtils.ZenBackupBase.ZenBackupBase.buildOptions

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

Generated by Epydoc 2.1 on Thu Aug 16 09:55:16 2007 http://epydoc.sf.net