Page 1 of 1

Robocopy show only new or changed files

Posted: 04 Jul 2020 03:29
by falcios
I'm using Robocopy with the following switches:

/MIR /xf desktop.ini /e /np /tee

Is there a switch I can use to display new and/or changed files only? Now it scrolls through all the files in the window view.

Thanks in advance for your help.

Re: Robocopy show only new or changed files

Posted: 04 Jul 2020 08:15
by ShadowThief
There's an /XO option to exclude old, unmodified files.