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에 대한 언급
마지막 타임 스탬프 세트는 오래된 것을 반영하지 않는 것 같습니다. M :이 소스이고 F : 대상인 경우
—
N4TKD
@AlwaysLearning 그렇게 생각하지 않습니다. 이전은 소스가 dest보다 오래된 경우입니다. newer는 소스가 dest보다 최신 일 때입니다. 또한 액세스 시간 (즉,)을 보지 않는다고 생각하며, 그 액세스 시간은 Older가 아닌 Newer의 경우라고 생각합니다. 소스> 대상. 표 참조
—
barlop
좋은 점 나는 오래 전에 SnycToy로 옮겼습니다. 이와 같은 문제 때문에 가능하다면 전환에 대해 생각할 수도 있습니다. microsoft.com/ko-kr/download/details.aspx?id=15155
—
N4TKD
@AlwaysLearning 감사합니다. 나는 그것을 고려할 것입니다. 현재 나는 때때로 사본을 확인하기 위해 비교를 넘어 사용합니다. 그러나 '비교를 넘어서'도 사본을 수행하거나 관련 작업을 동기화 또는 동기화 할 수 있다고 생각합니다. 나는 실제로 내 백업에 robocopy를 사용하지 않았으며 지금 막 시도했습니다. 일반적으로 고속 복사를 사용하지만 이전에는 결코 발생하지 않았던 갑자기 이상한 방식으로 작동합니다. 지금은 생각하지만 파일을 새 하드 드라이브로 복사했습니다. 그 컴퓨터에서 2 개의 하드 드라이브를 변경했습니다. 이 경우 백업을 삭제하고 다시 만들면 문제가 다시 발생하지 않습니다.
—
barlop
@AlwaysLearning 그러나 나는 종종 미래에 도움이되는 cos에 대해 자세히 설명하기 위해 조금 (또는 내가 너트라면 많은 것을 파낼 수 있습니다.)
—
barlop