From 67e4f1351614e278a84ebf0b5ddd03bc3cb3291c Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 28 Dec 2015 20:06:22 +0800 Subject: [PATCH] reduce the explanation. reduce the explanation. --- pages/common/rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/rsync.md b/pages/common/rsync.md index 1d1b9f4b42..e9d72113c3 100644 --- a/pages/common/rsync.md +++ b/pages/common/rsync.md @@ -12,7 +12,7 @@ `rsync {{remote_host_name}}:{{remote_file_location}} {{local_file_location}}` -- transfer file in archive and compress mode, it ensures symbolic link, device, attr, permissions, are preserved, and reduce the size. +- transfer file in archive and compress mode, it keeps attribute and reduces the size. `rsync -avz {{path_to_file}} {{remote_host_name}}:{{remote_host_location}}`