robocopy가이 파일이 더 오래된 파일 인 이유는 무엇입니까?
Robocopy는 보여줍니다 (/ MIR 및 / L을 사용했다고 생각합니다)
2 M:\bk\laptopcopy\pics\
Older 79248 regular-expressions-cheat-sheet-v2.png
그러나 타임 스탬프 중 어느 것도 그것을 반영하지 않는 것 같습니다.
---- dir showing the modified time stamp
M:\>dir m:\bk\laptopcopy\pics
Tue 22 Jul 2008 05:01 79,248 regular-expressions-cheat-sheet-v2.png
F:\formozy\smalltxtdoc\bk\laptopcopy\pics
>dir regular-expressions-cheat-sheet-v2.png
22/07/2008 05:01 79,248 regular-expressions-cheat-sheet-v2.png
------
---dir showing the creation time stamp----
M:\bk\laptopcopy\pics
>dir /t:c regular-expressions-cheat-sheet-v2.png
24/08/2008 16:04 79,248 regular-expressions-cheat-s
F:\formozy\smalltxtdoc\bk\laptopcopy\pics
>dir /t:c regular-expressions-cheat-sheet-v2.png
24/08/2008 16:04 79,248 regular-expressions-cheat-s
----------------------
--- dir showing the access time stamp
M:\bk\laptopcopy\pics
>dir /t:a regular-expressions-cheat-sheet-v2.png
20/04/2013 11:23 79,248 regular-expressions-cheat-sh
F:\formozy\smalltxtdoc\bk\laptopcopy\pics
>dir /t:a regular-expressions-cheat-sheet-v2.png
29/12/2010 14:31 79,248 regular-expressions-cheat-sh
----------
설명서에 [1]
File Exists In Exists In Source/Dest Source/Dest Source/Dest
Class Source Destination File Times File Sizes Attributes
=========== =========== ================ =============== ============= ============
Lonely Yes No n/a n/a n/a
Tweaked Yes Yes Equal Equal Different
Same Yes Yes Equal Equal Equal
Changed Yes Yes Equal Different n/a
Newer Yes Yes Source > Dest n/a n/a
Older Yes Yes Source < Dest n/a n/a
Extra No Yes n/a n/a n/a
Mismatched Yes (file) Yes (directory) n/a n/a n/a
[1] robocopy는 비틀기, 외로움 및 추가로 무엇을 의미합니까?
문서 및 http://theether.net/download/Microsoft/Utilities/robocopy.pdf
및 http://www.lordgoogle.com/downloads/robocopy/robocopy.doc에 대한 언급
답변
나는 같은 문제가 있었고 다음을 발견했습니다.
기본적으로 이는 / FFT 스위치를 사용하여 FAT 파일 시간 (2 초 날짜 / 시간 단위)을 가정 할 수 있음을 나타냅니다.
지금 이것을 사용하면 더 이상 100000 개의 동일한 파일을 덮어 쓰지 않습니다.