瀏覽代碼

reduce the explanation.

reduce the explanation.
Matthew 9 年之前
父節點
當前提交
67e4f13516
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/rsync.md

+ 1 - 1
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}}`