rsync

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

rsync -av --progress source/ target/

To remote with daemon runing:

rsync -av --progress source rsync://user@host/base/

Configure base module in /etc/rsyncd.conf with:

[base]
path=/home/user/rsync
read only = no

Other options:

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

linux command disks

Back