Written by marcelpetrick
on April 16, 2018
Average rates of 24% on 1 GBit-connected PCs with SSD were achieved! 🙂
############################
my favorite parameters:
/NP – no status
/ETA
/E – with subdirs
/MIR – mirros (like /E with /PURGE)
/MT – multithreading
/XD – exclude the subversion-metadata
resulting command
1 |
robocopy source target /NP /MIR /MT:8 /XD .svn |
note: multithreading with 32 threads was slower than with just 8: 10 min vs. 7 min for 18 GiByte files of varying size
photo-backup:
1 |
robocopy C:\Users\MarcelP\Desktop\digikamResults\20201028_mixedLastYears\2019 Z:\2019 /MIR /MT:8 /E /PURGE |
Leave a Reply
You must be logged in to post a comment.