From 06dd812d8a5064bbee44a348a3fc7a8dcf89f95f Mon Sep 17 00:00:00 2001 From: lion187 Date: Mon, 8 Apr 2019 11:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=96=87=E4=BB=B6=20Software?= =?UTF-8?q?/Application/Rsync/Rsync=5F=E7=9A=84=E4=BD=BF=E7=94=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/Application/Rsync/Rsync_的使用.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Software/Application/Rsync/Rsync_的使用.md diff --git a/Software/Application/Rsync/Rsync_的使用.md b/Software/Application/Rsync/Rsync_的使用.md new file mode 100644 index 0000000..aa4fb2f --- /dev/null +++ b/Software/Application/Rsync/Rsync_的使用.md @@ -0,0 +1,13 @@ +# Rsync 的使用 + +带进度拷贝如下 + + rsync -aP + +带压缩的拷贝 + + rsync -avzP + +远程拷贝 + + rsync -avzP @: