使用Rsync同步vps数据到本地

rsync -Pavtz -e “ssh -i $HOME/.ssh/id_rsa -p port” username@hostname:/from/dir/ /to/dir/