From e41005df922c87c27670c811e38f8c69fcaf17be Mon Sep 17 00:00:00 2001 From: shimataro Date: Mon, 27 Jan 2020 00:00:53 +0900 Subject: [PATCH] * update sentences --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b1c970..b39f832 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ It has some advantages over other methods: * "Rsync via bastion" doesn't require to update workflow files and `secrets` even if it is necessary to transfer files to multiple servers. * Other methods require to update `known-hosts` if servers have changed. * Rsync: - * is faster than others. + * is fastest of all. * does **NOT** break files even if disconnected during transferring. - * can remove files that don't exist in server. + * can remove files that don't exist on server. * SCP is [deprecated by OpenSSH](https://www.openssh.com/txt/release-8.0) due to outdated and inflexible protocol. * Using bastion is more secure because: * it is not necessarily to expose SSH port on servers to public.