ssh端口从22改到其他端口后,rsync的用法

in linux with 0 comment

rsync -avP  --delete  --exclude=.sync  --chmod=ugo=rwx'-e ssh -p 8888'  root@192.168.1.10:/home/test /home

Responses