Show TOC

split_cmdLocate this document in the navigation structure

This parameter is only relevant when using the split mirror configuration with the split command scenario.

This parameter contains a program or shell script (with or without options) called by BRBACKUP to split the mirror disks.

split_cmd = <cmd>
         

Default value: none

This command has its own options:

split_cmd = "<split_cmd> [$]"

<split_cmd> is the program or shell script to split the mirror disks.

The $ character is optional. If it is set it replaces BRBACKUP in runtime with the name of a text file containing all file names to be backed up.

Caution

The split command must be created by the user in the form of a program, a shell script, or a batch file.

If the split has finished successfully the exit code 0 is displayed. No other output is displayed. The only possible outputs not recognized as errors are messages beginning with the characters #INFO.

See also:

resync_cmd