From 36dcca4a763b3d566121c7d0316690d3581bf01f Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 22:10:49 +0900 Subject: [PATCH] * update sentences --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6eabd44..f51bf56 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,9 @@ Here are some solutions: I recommend **rsync via bastion**. It has some advantages over other methods: -* This action is required **only once** even if it is necessary to transfer files to multiple servers. - * Other methods require to use this action multiple times in order to connect to each servers. - * Of course, it is necessary to install bastion public key on servers, and server keys on bastion. But you don't have to update workflow files and `secrets` even if number of servers changed. -* `rsync`: +* "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. * does **NOT** break files even if disconnected during transferring. * can remove files that don't exist in server.