Package CedarBackup2.actions
Cedar Backup actions.
This package code related to the offical Cedar Backup actions
(collect, stage, store, purge, rebuild, and validate).
The action modules consist of mostly "glue" code that uses
other lower-level functionality to actually implement a backup. There is
one module for each high-level backup action, plus a module that provides
shared constants.
All of the public action function implement the Cedar Backup Extension
Architecture Interface, i.e. the same interface that extensions
implement.
Author: Kenneth J. Pronovici <pronovic@ieee.org>
Submodules |
-
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.
|