Home | Trees | Index | Help |
|
---|
|
CedarBackup2
: Implements local and remote backups to CD-R/CD-RW media.
cli
: Provides command-line interface implementation for the cback
script.
config
: Provides configuration-related objects.
extend
: Official Cedar Backup Extensions
mysql
: Provides an extension to back up MySQL databases.
subversion
: Provides an extension to back up Subversion databases.
sysinfo
: Provides an extension to save off important system recovery
information.
filesystem
: Provides filesystem-related objects.
image
: Provides ISO image-related objects.
knapsack
: Provides the implementation for various knapsack algorithms.
peer
: Provides backup peer-related objects and utility functions.
release
: Provides location to maintain version information.
util
: Provides general-purpose utilities.
writer
: Provides image writer-related objects.
action
: Provides implementation of various backup-related actions.
testutil
: Provides unit-testing utilities.
xmlutil
: Provides general XML-related functionality.
CedarBackup2.util.PathResolverSingleton
:
Singleton used for resolving executable paths.
CedarBackup2.util._Helper
:
Helper class to provide a singleton factory method.
__builtin__.object
:
The most base type
CedarBackup2.config.ActionHook
:
Class representing a hook associated with an action.
CedarBackup2.config.PostActionHook
:
Class representing a pre-action hook associated with an action.
CedarBackup2.config.PreActionHook
:
Class representing a pre-action hook associated with an action.
CedarBackup2.writer.CdWriter
:
Class representing a device that knows how to write CD media.
CedarBackup2.config.CollectConfig
:
Class representing a Cedar Backup collect configuration.
CedarBackup2.config.CollectDir
:
Class representing a Cedar Backup collect directory.
CedarBackup2.config.CommandOverride
:
Class representing a piece of Cedar Backup command override
configuration.
CedarBackup2.config.Config
:
Class representing a Cedar Backup XML configuration document.
CedarBackup2.config.ExtendedAction
:
Class representing an extended action.
CedarBackup2.config.ExtensionsConfig
:
Class representing Cedar Backup extensions configuration.
CedarBackup2.image.IsoImage
:
Represents an ISO filesystem image.
__builtin__.list
:
list() -> new list list(sequence) -> new list initialized from
sequence's items
CedarBackup2.filesystem.FilesystemList
:
Represents a list of filesystem items.
CedarBackup2.filesystem.BackupFileList
:
List of files to be backed up.
CedarBackup2.filesystem.PurgeItemList
:
List of files and directories to be purged.
CedarBackup2.util.UnorderedList
:
Class representing an "unordered list".
CedarBackup2.util.AbsolutePathList
:
Class representing a list of absolute paths.
CedarBackup2.util.ObjectTypeList
:
Class representing a list containing only objects with a certain
type.
CedarBackup2.util.RestrictedContentList
:
Class representing a list containing only object with certain
values.
CedarBackup2.extend.mysql.LocalConfig
:
Class representing this extension's configuration document.
CedarBackup2.extend.subversion.LocalConfig
:
Class representing this extension's configuration document.
CedarBackup2.config.LocalPeer
:
Class representing a Cedar Backup peer.
CedarBackup2.peer.LocalPeer
:
Backup peer representing a local peer in a backup pool.
CedarBackup2.writer.MediaCapacity
:
Class encapsulating information about media capacity.
CedarBackup2.writer.MediaDefinition
:
Class encapsulating information about media definitions.
CedarBackup2.extend.mysql.MysqlConfig
:
Class representing MySQL configuration.
CedarBackup2.cli.Options
:
Class representing command-line options for the cback script.
CedarBackup2.config.OptionsConfig
:
Class representing a Cedar Backup global options configuration.
CedarBackup2.config.PurgeConfig
:
Class representing a Cedar Backup purge configuration.
CedarBackup2.config.PurgeDir
:
Class representing a Cedar Backup purge directory.
CedarBackup2.config.ReferenceConfig
:
Class representing a Cedar Backup reference configuration.
CedarBackup2.config.RemotePeer
:
Class representing a Cedar Backup peer.
CedarBackup2.peer.RemotePeer
:
Backup peer representing a remote peer in a backup pool.
CedarBackup2.extend.subversion.Repository
:
Class representing generic Subversion repository configuration..
CedarBackup2.extend.subversion.BDBRepository
:
Class representing Subversion BDB (Berkeley Database) repository
configuration.
CedarBackup2.extend.subversion.FSFSRepository
:
Class representing Subversion FSFS repository configuration.
CedarBackup2.config.StageConfig
:
Class representing a Cedar Backup stage configuration.
CedarBackup2.config.StoreConfig
:
Class representing a Cedar Backup store configuration.
CedarBackup2.extend.subversion.SubversionConfig
:
Class representing Subversion configuration.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
CedarBackup2.cli._ActionItem
:
Class representing a single action to be executed.
CedarBackup2.cli._ActionSet
:
Class representing a set of actions to be executed.
CedarBackup2.xmlutil.Serializer
:
XML serializer class.
popen2.Popen3
:
Class representing a child process.
popen2.Popen4
CedarBackup2.util.Pipe
:
Specialized pipe class for use by executeCommand
.
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Dec 22 20:45:17 2005 | http://epydoc.sf.net |