From d6aa5f7ec408c2fec2bb86c31dccba6cc9d862aa Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 26 Jan 2020 14:02:47 +0900 Subject: [PATCH] * update FAQ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac7031..a576066 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ It has some advantages over other methods: * You only need to use this action once in order to connect to bastion from VM. Other methods require to use it multiple times in order to connect to each targets. * `rsync`: * is faster than others. + * will **NOT** break files even if disconnected during sending. * can remove files that don't exist in target. * SCP: - * will break files when disconnected during sending. * 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 target servers to public.