From 86321bcb0e5af9e5f48a4dc3477281b091c229d0 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 29 Dec 2015 12:44:42 +0800 Subject: [PATCH] Update description Update description --- pages/common/rsync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/rsync.md b/pages/common/rsync.md index e9d72113c..94f49986d 100644 --- a/pages/common/rsync.md +++ b/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