Package CedarBackup2
[show private | hide private]
[frames | no frames]

Package CedarBackup2

Implements local and remote backups to CD or DVD media.

Cedar Backup is a software package designed to manage system backups for a pool of local and remote machines. Cedar Backup understands how to back up filesystem data as well as MySQL and PostgreSQL databases and Subversion repositories. It can also be easily extended to support other kinds of data sources.

Cedar Backup is focused around weekly backups to a single CD or DVD disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add incremental data to a disc on a daily basis.

Besides offering command-line utilities to manage the backup process, Cedar Backup provides a well-organized library of backup-related functionality, written in the Python programming language.

Author: Kenneth J. Pronovici <pronovic@ieee.org>

Submodules
  • 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.
    • cdwriter: Provides functionality related to CD writer devices.
    • dvdwriter: Provides functionality related to DVD writer devices.
    • util: Provides utilities related to image writers.

Generated by Epydoc 2.1 on Thu Mar 29 20:58:27 2007 http://epydoc.sf.net