I have tried to schedule a backup with the NT at command.
at 02:00am /every:1,2,3 cmd /c "d:\backup\back.bat"
The content of the batch file is as follow: -
time/t >> d:\backup\aaa.txt
ntbackup backup c: d:\mailbox /b /t copy /hcn /v /l d:\backup\backc.log
The batch file was activated at 02:00, the aaa.txt file is created. However, the backup does not start.
Appreciate if someone could help.
Thanks
YH
at 02:00am /every:1,2,3 cmd /c "d:\backup\back.bat"
The content of the batch file is as follow: -
time/t >> d:\backup\aaa.txt
ntbackup backup c: d:\mailbox /b /t copy /hcn /v /l d:\backup\backc.log
The batch file was activated at 02:00, the aaa.txt file is created. However, the backup does not start.
Appreciate if someone could help.
Thanks
YH