misOrz

IT Tech & Life

How to see copy file or directory speed and percent copied?



tar c sourceDirectory | pv | tar x -C destinationDirectory
or
rsync -avh --progress sourceDirectory destinationDirectory