Nerocmd example
D_back has quite reliable built-in burning engine which allows you to burn backups to rewritable CD or DVD automatically. However as an alternative to the built-in burning engine you can call external CD burning program with command-line interface.Here is a practical example of how to plug Nerocmd utility in the D_back software. The calling of Nerocmd must be specified in After command list:
The nerocmd command is:
|
"C:\Program files\ahead\nero\NeroCmd.exe" --write --drivename E --real
--speed 4 --iso backup --iso-mode2 --detect_non_empty_cdrw --enable_abort --underrun_prot --create_iso_fs $ALL_FILES --force_erase_cdrw |
| drivename E | The drive name of CD-RW device |
|---|---|
| $ALL_FILES | The macro-field which means the group specification of all backup files of the stack or incremental backup by using wildcard "*": [Destination directory]\[backup file name]*.[extension] |
| force_erase_cdrw | Force erasing CD-RW if the disc is not empty |
