I just upgraded to v21 r7 and have a batch command line problem. The following batch segment runs DrvBk BUT results in ERR: for ALL 140 drivers when only 30 showed previously.
SET dd=%Date:~10,4%-%Date:~4,2%-%Date:~7,2% <-- 2014-06-29 on June 29
SET SRC=C:\Users\Eric\DrvBK_21\ <-- location of all folders and files
SET DST=%SRC%Drivers I7 %dd%\ <-- result folder is Drivers I7 2014-06-29
SET LOGx="%DST%DrvBk Log.txt" <-- log file is DrvBk Log.txt
START "" /WAIT %SRC%DrvBK.exe <-- batch proceeds after DrvBk is finished
<-- the following are on START line, each separated by one space
MODE="BACKUP"
LOG=%LOGx%
BKPATH="%SRC%"
BKFILE="%DST%Backup i7.bki"
BKDATEFMT="yyyy-MM-dd"
OPT="ALV"
I have tried various changes with no luck. Any suggestions appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just upgraded to v21 r7 and have a batch command line problem. The following batch segment runs DrvBk BUT results in ERR: for ALL 140 drivers when only 30 showed previously.
SET dd=%Date:~10,4%-%Date:~4,2%-%Date:~7,2% <-- 2014-06-29 on June 29
SET SRC=C:\Users\Eric\DrvBK_21\ <-- location of all folders and files
SET DST=%SRC%Drivers I7 %dd%\ <-- result folder is Drivers I7 2014-06-29
SET LOGx="%DST%DrvBk Log.txt" <-- log file is DrvBk Log.txt
START "" /WAIT %SRC%DrvBK.exe <-- batch proceeds after DrvBk is finished
<-- the following are on START line, each separated by one space
MODE="BACKUP"
LOG=%LOGx%
BKPATH="%SRC%"
BKFILE="%DST%Backup i7.bki"
BKDATEFMT="yyyy-MM-dd"
OPT="ALV"
I have tried various changes with no luck. Any suggestions appreciated.
My batch runs unattended every night.
Last night DrvBk_21 worked with NO changes to the commands.
Hope it continues too but only time will tell.