The following
list provides an overview of the RoboCopy file classes:
Lonely A lonely file exists in the source directory, but not in the destination directory. If you perform
an update copy using RoboCopy, the utility copies the file to the destination.
Tweaked Tweaked files exist in both the source and destination directories. The file size and time
stamp are the same. However, the attributes (those set with the Attrib utility) differ. You can fix this
problem by specifically copying the attributes from the source to the destination. A standard copy
won??™t affect the attributes when the file falls into this class.
Same The source and destination files are the same in all respects.
Changed The file exists in both the source and destination directories. The time stamp for both
files is also the same. However, the file size differs. RoboCopy doesn??™t consider the status of the
attributes when placing a file into this class.
Newer The file exists in both the source and destination directories. The time stamp of the file in
the destination directory is newer than the one in the source directory. RoboCopy doesn??™t consider
the status of the file size or attributes when placing a file into this class.
Pages:
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893