新建文件 Software/Application/Rsync/Rsync_的使用.md

This commit is contained in:
lion187 2019-04-08 11:31:36 +08:00
parent e437bf87fe
commit 06dd812d8a

View File

@ -0,0 +1,13 @@
# Rsync 的使用
带进度拷贝如下
rsync -aP <src> <dst>
带压缩的拷贝
rsync -avzP <src> <dst>
远程拷贝
rsync -avzP <file> <usrname>@<IP>:<path & name>