files:copy:verbose
Copy folder recursive and show copy speed
$ rsync -av --progress ${source-folder} ${destination-folder}
try on your machine
This command uses rsync to copy a folder recursively and displays the copy speed.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How to copy a folder recursive and show copy speed?