I try to copy files from a server to another server every hour as created files. I used Robocopy to copy the file, and it is very useful. But now I'm really stuck with that. I need to copy files with MINAGE minutes value, something like this.
if I started robocopy after 2pm, I would only have to copy the file created before 2PM
Robocopy MAXAGE and MINAGE only accept date, not time.
Any suggestion
source
share