From 4866dd3d464b84788cc16316b13f945663183472 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 14 Apr 2021 08:59:11 +0200 Subject: [PATCH] README.adoc: mention full file content is sent to remote --- README.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.adoc b/README.adoc index 180cdf3..7148a20 100644 --- a/README.adoc +++ b/README.adoc @@ -102,6 +102,11 @@ future, others are due to the design of safcm. `/root` which often have strict permissions by default, so carefully check the diff output for unwanted changes. +- Full file content of all files is sent to the remote during synchronization. + This makes it impractical to synchronize large files with safcm. As most + configuration files are small this shouldn't be an issue for common + scenarios. + - Quoted strings in the output are quoted using Go's `%q` format string. The result is similar -- but not identical -- to quoted strings in regular shell scripts which can be confusing. -- 2.44.1