浏览代码

Update description

Update description
Matthew 9 年之前
父节点
当前提交
86321bcb0e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/rsync.md

+ 2 - 2
pages/common/rsync.md

@@ -12,9 +12,9 @@
 
 `rsync {{remote_host_name}}:{{remote_file_location}} {{local_file_location}}`
 
-- transfer file in archive and compress mode, it keeps attribute and reduces the size.
+- transfer file in archive (to preserve attributes) and compressed (zipped) mode
 
-`rsync -avz {{path_to_file}} {{remote_host_name}}:{{remote_host_location}}`
+`rsync -az {{path_to_file}} {{remote_host_name}}:{{remote_host_location}}`
 
 - transfer a directory and all its children from a remote to local