Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Jim,I think I just got it to work using the following: dir /R /S G:\"UCM Backup"(Just like you said)I moved it from a 2008 server to a 2012 server and just let it run while I went to lunch. When I returned, it completed successfully (using the task s...
I got the batch file to work fine if I run it manually every 10 min and the backup will complete successfully. what I did was take the batch fie and put it into the same folder as the backup with the following script:dir /RCALL cmd.exeshould this wor...
Hi Jim,I created the following batch file: dir /R /S E:\UCM BackupsI then went into Task Scheduler and setup a Scheduled Task for it to repeat every 10 min from 1:00 - 2:00 am every morning for the duration of 1 hour.I just ran the task (with the tim...
I'm having the same issue. Do you have the batch file that you created to resolve this issue? Do you mind sharing? I know it will work but I'm not sure how to write the batch file.