From: Alberto Leiva Popper Date: Mon, 4 Dec 2023 07:06:36 +0000 (-0300) Subject: Fix default rsync arguments in the documentation X-Git-Tag: 1.6.1~12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1cc1549b84cf5e3449272c032a0b0cdf3484a92;p=thirdparty%2FFORT-validator.git Fix default rsync arguments in the documentation Looks like these got messed up during the merge. --- 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.