file and folder copy tools

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Need to copy a large number of files and directories to another storage files
system on the same server. Requirement files and folder created, modified
dates as well as time stamps can not change. Robocopy, Xcopy, XXcopy amongst
other tools work well for files but not for folders.

Is there a tool(s) that will preserve file and folder dates and time stamps
using some fashion of a copy process?
 
Yes, LCopy does all that - you can copy directory structures and keep file and folder
dates.
http://lfntools.sourceforge.net/

The Readme seems to imply that is does not work with NTFS file systems. I don't know if
it will work with Windows 2000 with FAT32.

If you want to use it with Windows 2000, I strongly suggest you experiment first with a
small directory while NOT logged in as admin.

Bill.



...
 
Back
Top