pourquoi robocopy dit-il que ce fichier est plus ancien?
Robocopy montre (je pense avoir utilisé / MIR et / L)
2 M:\bk\laptopcopy\pics\
Older 79248 regular-expressions-cheat-sheet-v2.png
Aucun horodatage ne semble le refléter.
---- 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
----------
La documentation dit [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] Que signifie robocopy par ajustement, solitude et extra?
Qui mentionne la documentation et http://theether.net/download/Microsoft/Utilities/robocopy.pdf et http://www.lordgoogle.com/downloads/robocopy/robocopy.doc
Réponses:
J'ai eu le même problème et suis tombé sur ce qui suit:
http://www.conetrix.com/Blog/post/Robocopy-Incorrectly-Detects-Files-as-Newer-When-Copying-Between-Different-File-Systems.aspx
En gros, cela indique que vous pouvez utiliser le commutateur / FFT pour assumer les heures de fichier FAT (granularité date / heure sur 2 secondes).
En utilisant cela maintenant et je ne reçois plus 100 000 fichiers identiques écrasés
la source