You can also specify a date.
/MAXLAD:n Defines the maximum last access date to include. Excludes any file unused in n
days. You can also specify a date.
/MINLAD:n Defines the minimum last access date to include. Excludes any file used in n days.
You can also specify a date.
/XJ Excludes junction points for both directories and files (normally included with the results).
/FFT Assumes FAT File Times (FFT), which have a 2-second granularity.
/DST Compensates for one-hour daylight standard time (DST) time differences.
/XJD Excludes junction points for directories.
/XJF Excludes junction points for files.
Many command line utilities try an operation once and then fail if it doesn??™t succeed. RoboCopy
continues to retry the task until you press Ctrl+C, in most cases, to stop the process manually (even
RoboCopy gives up after 1 million retries). You can also tell RoboCopy how to react to failure conditions.
The following list describes the retry options.
/R:n Modifies the number of retries on failed copies to n. The default setting is 1 million
retries.
/W:n Defines the wait time between retries. The default setting is 30 seconds.
/REG Saves the /R:n and /W:n command line switches in the registry as default settings.
Pages:
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889