From e1cc1549b84cf5e3449272c032a0b0cdf3484a92 Mon Sep 17 00:00:00 2001 From: Alberto Leiva Popper Date: Mon, 4 Dec 2023 04:06:36 -0300 Subject: [PATCH] Fix default rsync arguments in the documentation Looks like these got messed up during the merge. --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index f70fdcb6..a56549dc 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1114,7 +1114,7 @@ Name of the program needed to invoke an rsync file transfer. - **Type:** String array - **Availability:** JSON only -- **Default:** `[ "--recursive", "--delete", "--times", "--omit-dir-times", "--contimeout=20", "--timeout=15", "--max-size=20MB", "$REMOTE", "$LOCAL" ]` +- **Default:** `[ "-rtz", "--delete", "--omit-dir-times", "--contimeout=20", "--max-size=20MB", "--timeout=15", "--include=*/", "--include=*.cer", "--include=*.crl", "--include=*.gbr", "--include=*.mft", "--include=*.roa", "--exclude=*", "$REMOTE", "$LOCAL" ]` Arguments needed by [`rsync.program`](#rsyncprogram) to perform a recursive rsync. -- 2.47.2