All,
I have a script which parses backup reports for files on servers which could not be backed up because the files were used by another process or locked. The script creates a file which looks like the following:
ECCN072
C:\WINNT\system32\config\system
eccn060
F:\SQLBackups\etimsc001_full.bak
shqmac01
D:\swapshop\Pickup\Help Desk\tt.cdr.dmg
This file contains the server name followed by the file/s that were not backed up. What I want another script to do is read the info in the above file and pass the server name and associated files to a backup command so the files can be rerun. Any ideas?
Thanks.
Mike
I have a script which parses backup reports for files on servers which could not be backed up because the files were used by another process or locked. The script creates a file which looks like the following:
ECCN072
C:\WINNT\system32\config\system
eccn060
F:\SQLBackups\etimsc001_full.bak
shqmac01
D:\swapshop\Pickup\Help Desk\tt.cdr.dmg
This file contains the server name followed by the file/s that were not backed up. What I want another script to do is read the info in the above file and pass the server name and associated files to a backup command so the files can be rerun. Any ideas?
Thanks.
Mike