So far I've tried, Robocopy/Robocopy UI, Richcopy and Teracopy.
Robocopy does have the directory timestamp function (/DCOPY:T) but it doesn't work with nested directories and the same goes for Richcopy.
Teracopy does copy timestamps for nested directories but it crashes when I copy large amount of files (>1TB), tried v2.3 and 2.27 and both crash.
Are there other reliable copy software out there that is able to copy directory timestamps? What do IT professionals use when they need to copy large amount of files and folders and retain timestamps?
I haven't had a issues with Robocopy not copying timestamps off all files and directories in the source. The thing is. You need to let it finish to completion for directories to retain their timestamps.
My Computer
At a glance
Windows 10 Pro (x64)Intel Core i7-3930K (3.2GHz - 4.5GHz)4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)Nvidia Geforce GTX 690
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
The copy was complete, I do regular backups to my external hdd.
This is a known issue with Robocopy, nested folders timestamps (date modified) are not coped over, only date created is copied over.
Give it a try and see for yourself. Look for a folder that has other folders in them and copy the root folder, after the copy process is complete 'date modified' is not copied over.
What command line are you using? When you say "top" folder, you mean root folder. I don't have any issues preserving time stamps of the root folder and nested folder.
it is not really the end of the world, but I used:
robocopy f:\newsbin\ z:\newsbin\ /E /COPYALL /DCOPY:T
and the modified and created dates for newsbin were the date/time executed, but all subfolders were preserved, which in this case was good enough.
Really crap 'feature' from MS to have this issue... once I create a folder, it should exist with that creation date no matter where I copy or move it to. ridiculous
almost as ridiculous as windows explorer windows not remembering their size/position info after reboot.