374 CHAPTER 14 WORKING WITH DATA
/XN Excludes Newer files. See the ???An Overview of RoboCopy File Classes??? sidebar for details
on this file class.
/XO Excludes Older files. See the ???An Overview of RoboCopy File Classes??? sidebar for details
on this file class.
/XX Excludes eXtra files and directories. See the ???An Overview of RoboCopy File Classes???
sidebar for details on this file class.
/XL Excludes Lonely files and directories. See the ???An Overview of RoboCopy File Classes???
sidebar for details on this file class.
/IS Includes Same files. See the ???An Overview of RoboCopy File Classes??? sidebar for details
on this file class.
/IT Includes Tweaked files. See the ???An Overview of RoboCopy File Classes??? sidebar for
details on this file class.
/MAX:n Defines the maximum file size to include in bytes. Excludes any file larger than n bytes.
/MIN:n Defines the minimum file size to include in bytes. Excludes any file smaller than n
bytes.
/MAXAGE:n Defines the maximum file age to include. Excludes any file older than n days old.
You can also specify a date.
/MINAGE:n Defines the minimum file age to include. Excludes any file newer than n days old.
Pages:
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888