Package CedarBackup2
Implements secure remote and local backups to CD-R or CD-RW.
Cedar Backup is a Python package that supports secure backups of files
on local and remote hosts to CD-R or CD-RW media. The package is focused
around weekly backups to a single disc, with the expectation that the
disc will be changed or overwritten at the beginning of each week. If
your hardware is new enough, the script can write multisession discs,
allowing you to add to a disc in a daily fashion. Directories are backed
up using tar and may be compressed using gzip or bzip2.
Author: Kenneth J. Pronovici <pronovic@ieee.org>
| Submodules |
-
cli: Provides command-line interface implementation for the cback
script.
-
config: Provides configuration-related objects.
-
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.
|