本地Linux备份服务器[Client]定期备份云服务器[Server]上的文件(下)
https://www.cnblogs.com/kevingrace/p/5972563.html
Client上使用rsync命令查看服务器上文件列表
rsync --list-only -e "ssh -l root" lisi@172.16.10.6::tmpdir
Client上使用rsync命令下载服务器上的文件
Client上使用rsync命令上传文件到服务器
Client上使用rsync命令查看服务器上文件列表
rsync --list-only -e "ssh -l root" lisi@172.16.10.6::tmpdir
Client上使用rsync命令下载服务器上的文件
Client上使用rsync命令上传文件到服务器