Forum Discussion
cwriordan
Oct 25, 2022Copper Contributor
robocopy run hours (/RH) bug
robocopy "run hours" parameter (/rh) does not work correctly when the run hours span a new day. for example, the following command will correctly stop at 8 AM, but will not start at the immediately following 6 PM.
robocopy /RH:1800-0800 /PF
- WBGwBCopper ContributorI have simmilar bug with robocopy. /RH:1530-0730 does not pause the command at 7:30 am. (Microsoft Server 2012R2)