# vim: set ft=text80:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# C E D A R # S O L U T I O N S "Software done right." # S O F T W A R E
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author : Kenneth J. Pronovici <pronovic@ieee.org>
# Project : Cedar Backup, release 2
# Revision : $Id: README 1082 2007-01-27 23:15:43Z pronovic $
# Purpose : README for package
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
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.
This is release 2 of the Cedar Backup package. It represents a complete rewrite of the original package. The new code is cleaner, more compact, more focused and also more "pythonic" in its approach (although the coding style has arguably been influenced by my experiences with Java over the last few years). There is also now an extensive unit test suite, something the first release always lacked.
For more information, see the Cedar Backup web site:
http://cedar-solutions.com/software/cedar-backup
If you regularly use Cedar Backup, you might also like to join the low-volume Cedar Backup mailing list:
http://cedar-solutions.com/listarchives/
Use this mailing list to report bugs or for help using Cedar Backup.
