X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README.adoc;h=7148a2094a6b69b6c37b7fee5ec0e06d7bcb9bfd;hb=4866dd3d464b84788cc16316b13f945663183472;hp=180cdf357b564d0033ba0664b3156e293b81dd3a;hpb=a45257664a1da576e3fe883fbb0b723f7d891f72;p=safcm%2Fsafcm.git 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.