Robocopy show only new or changed files

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
falcios
Posts: 43
Joined: 02 Mar 2017 05:38

Robocopy show only new or changed files

#1 Post by falcios » 04 Jul 2020 03:29

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.

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Robocopy show only new or changed files

#2 Post by ShadowThief » 04 Jul 2020 08:15

There's an /XO option to exclude old, unmodified files.

Post Reply