These options determine which
files actually appear in the destination directory. RoboCopy supports the following file selection
option.
/A Includes files with the archive attribute set. The operating system sets the archive attribute
whenever anything changes a file. This option doesn??™t reset the archive attribute, which makes
it useful when you want to create a backup of archived files later.
/M Includes files with the archive attribute set. This option resets the archive attribute, so this
is the command line switch to use when you use RoboCopy for backup purposes.
/IA:[RASHCNETO] Includes only the files that have the requested attributes set. See the /A+
command line switch for details.
/XA:[RASHCNETO] Excludes all of the files that have the requested attributes set. See the /A+
command line switch for details.
/XF File [File]... Excludes any files that match the specified names or paths. The specifications
can include wildcard characters.
/XD Directory [Directory]... Excludes any directories that match the specified names or
paths. The specifications can include wildcard characters.
/XC Excludes Changed files. See the ???An Overview of RoboCopy File Classes??? sidebar for
details on this file class.
Pages:
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887