Hi
I have batch file to run in night
“net use x: /delete /yes
net use y: /delete /yes
net use x: \\Intra\D$
net use y: \\Intra\E$
ntbackup backup x: y: /v /d “Backup of Intra” /hc:on /t normal
/l “E:\backup\Intra\backup.log”
ntbackup eject
net use x: /Delete /yes
net use y: /Delete /yes”
I Never get log file, I was wondering if you could find out what is missout in this batch file.
I also wnats to back up d and e drive in different folder(e.g D drive goes to D folder and E drive goes to E folder in tape drive), is it possible to do so? if yes how do I do in ntbackup?
Thank you