Compare cert salaries and plan your next career move
mrmcmint wrote: » It also ignores the 256 file character rule which is bl**dy annoying!!
Megadeth4168 wrote: » I need a better solution, or maybe I need to refine my robocopy script. Anyway, we have 125 files each at the same size of 10gb. Every day we need to check to see if any of these files have changed and if so then we need to copy them across the network to another NAS. Its pretty simple except that for the fact that robocopy takes about 3-4 hours to copy one of these files whereas a regular copy/paste takes around 20 minutes. I've gone through and "tweaked" my settings on the robocopy but something must still be off, I just can't imagine it taking that long. Any ideas? Thanks.
HeroPsycho wrote: » Robocopy pwns for copying large numbers of small files. It is not geared for copying large data files. Try eseutil.Ask the Performance Team : Slow Large File Copy Issues
tuscani wrote: » I use and recommend Copy your files faster with TeraCopy
Megadeth4168 wrote: » I tried it on one file, it took 17½ minutes to complete. Which is good, the problem is that this program doesn't appear to have an option like robocopy where it can be setup as a script to copy just the modified files only. Maybe I'm wrong.
Claymoore wrote: » If you are going to all the trouble of writing few lines of powershell code to filter the files by date, why not just pipe that to a copy-item command and skip Terracopy. Then you could run the powershell script as a scheduled task each night. Looks like Terracopy would only save a few minutes anyway. What would be great is if you had access to some kind of NAS replication software that would take care of this automatically. A Windows DFS implementation would work as well. Edit - Try this powershell script get-childitem c:\local\files |? {$_.CreationTime -gt (get-date).AddDays(-1)} | copy -dest [URL="file://%5C%5Cserver%5Cshare%5Cremote"]\\server\share\remote[/URL]
Megadeth4168 wrote: » We are currently using /MIR which I understand to imply /PURGE. The idea is that these 125 files are always there with the same name, same size, we are just copying the ones that have been modified.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.