新建文件 Software/Application/Rsync/Rsync_的使用.md
This commit is contained in:
parent
e437bf87fe
commit
06dd812d8a
13
Software/Application/Rsync/Rsync_的使用.md
Normal file
13
Software/Application/Rsync/Rsync_的使用.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Rsync 的使用
|
||||
|
||||
带进度拷贝如下
|
||||
|
||||
rsync -aP <src> <dst>
|
||||
|
||||
带压缩的拷贝
|
||||
|
||||
rsync -avzP <src> <dst>
|
||||
|
||||
远程拷贝
|
||||
|
||||
rsync -avzP <file> <usrname>@<IP>:<path & name>
|
Loading…
x
Reference in New Issue
Block a user