]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix default rsync arguments in the documentation
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 4 Dec 2023 07:06:36 +0000 (04:06 -0300)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Mon, 4 Dec 2023 07:06:36 +0000 (04:06 -0300)
Looks like these got messed up during the merge.

docs/usage.md

index f70fdcb641f6e2dc2f3176af12cf4d84b8b54624..a56549dc26d0e907987cc4f1a81361d4ac5d4456 100644 (file)
@@ -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.