executeInitialize(configPath,
options,
config)
Executes the initialize action.
The initialize action initializes the media currently in the writer
device so that Cedar Backup can recognize it later. This is an optional
step; it's only required if checkMedia is set on the store
configuration.
-
- Parameters:
configPath -
Path to configuration file on disk.
(type=String representing a path on disk.)
options -
Program command-line options.
(type=Options object.)
config -
Program configuration.
(type=Config object.)
|