rsync

Copy files preserving all the permissions, ownership, etc. and show a progress percentage

rsync -ah --progress source/ target/

Other options:

--tpslimit {} Set a limit of transactons per seconds (Example: 5)

Tags linux command

Back