Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 31, 2018 11:57
Show Gist options
  • Save ThaddeusJiang/7387fc70de6c360996cbf541fc361ef6 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/7387fc70de6c360996cbf541fc361ef6 to your computer and use it in GitHub Desktop.
Linux rsync 命令
rsync -avz somedir/ root@server:/dir/

-a, --archive 归档模式,表示以递归方式传输文件,并保持所有文件属性 -v, --verbose 详细模式输出。 -z, --compress 对备份的文件在传输时进行压缩处理。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment