Linux 常用技巧 2016-12-14 本文已影响0人 王小宝wy 1. rsync 远程断点续传同步文件 sudo rsync --archieve --progress --partial root@{remote_address}:{remote_path} {local_path}