Home | Trees | Index | Help |
|
---|
|
CedarBackup2
: Implements local and remote backups to CD or DVD media.
actions
: Cedar Backup actions.
collect
: Implements the standard 'collect' action.
constants
: Provides common constants used by standard actions.
initialize
: Implements the standard 'initialize' action.
purge
: Implements the standard 'purge' action.
rebuild
: Implements the standard 'rebuild' action.
stage
: Implements the standard 'stage' action.
store
: Implements the standard 'store' action.
util
: Implements action-related utilities
validate
: Implements the standard 'validate' action.
cli
: Provides command-line interface implementation for the cback
script.
config
: Provides configuration-related objects.
extend
: Official Cedar Backup Extensions
encrypt
: Provides an extension to encrypt staging directories.
mbox
: Provides an extension to back up mbox email files.
mysql
: Provides an extension to back up MySQL databases.
postgresql
: Provides an extension to back up PostgreSQL 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.
knapsack
: Provides the implementation for various knapsack algorithms.
peer
: Provides backup peer-related objects and utility functions.
release
: Provides location to maintain version information.
tools
: Official Cedar Backup Tools
span
: Spans staged data among multiple discs
util
: Provides general-purpose utilities.
writers
: Cedar Backup writers.
__builtin__.object
:
The most base type
CedarBackup2.config.ActionDependencies
:
Class representing dependencies associated with an extended
action.
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.config.BlankBehavior
:
Class representing optimized store-action media blanking behavior.
CedarBackup2.writers.cdwriter.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.CollectFile
:
Class representing a Cedar Backup collect file.
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.util.DirectedGraph
:
Represents a directed graph.
CedarBackup2.writers.dvdwriter.DvdWriter
:
Class representing a device that knows how to write some kinds of DVD
media.
CedarBackup2.extend.encrypt.EncryptConfig
:
Class representing encrypt configuration.
CedarBackup2.config.ExtendedAction
:
Class representing an extended action.
CedarBackup2.config.ExtensionsConfig
:
Class representing Cedar Backup extensions configuration.
CedarBackup2.writers.util.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.RegexMatchList
:
Class representing a list containing only strings that match a regular
expression.
CedarBackup2.util.RestrictedContentList
:
Class representing a list containing only object with certain
values.
CedarBackup2.extend.encrypt.LocalConfig
:
Class representing this extension's configuration document.
CedarBackup2.extend.mbox.LocalConfig
:
Class representing this extension's configuration document.
CedarBackup2.extend.mysql.LocalConfig
:
Class representing this extension's configuration document.
CedarBackup2.extend.postgresql.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.extend.mbox.MboxConfig
:
Class representing mbox configuration.
CedarBackup2.extend.mbox.MboxDir
:
Class representing mbox directory configuration..
CedarBackup2.extend.mbox.MboxFile
:
Class representing mbox file configuration..
CedarBackup2.writers.cdwriter.MediaCapacity
:
Class encapsulating information about CD media capacity.
CedarBackup2.writers.dvdwriter.MediaCapacity
:
Class encapsulating information about DVD media capacity.
CedarBackup2.writers.cdwriter.MediaDefinition
:
Class encapsulating information about CD media definitions.
CedarBackup2.writers.dvdwriter.MediaDefinition
:
Class encapsulating information about DVD media definitions.
CedarBackup2.extend.mysql.MysqlConfig
:
Class representing MySQL configuration.
CedarBackup2.cli.Options
:
Class representing command-line options for the cback script.
CedarBackup2.tools.span.SpanOptions
:
Tool-specific command-line options.
CedarBackup2.config.OptionsConfig
:
Class representing a Cedar Backup global options configuration.
CedarBackup2.util.PathResolverSingleton
:
Singleton used for resolving executable paths.
subprocess.Popen
CedarBackup2.util.Pipe
:
Specialized pipe class for use by executeCommand
.
CedarBackup2.extend.postgresql.PostgresqlConfig
:
Class representing PostgreSQL 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.extend.subversion.RepositoryDir
:
Class representing Subversion repository directory.
CedarBackup2.filesystem.SpanItem
:
Item returned by BackupFileList.generateSpan
.
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
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Mar 29 20:58:32 2007 | http://epydoc.sf.net |