From: Alberto Leiva Popper Date: Fri, 24 Nov 2023 17:12:13 +0000 (-0600) Subject: Mirror #100 in the documentation X-Git-Tag: 1.6.0~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72af6c21c21ce40bb67fc6a17638165d056046f4;p=thirdparty%2FFORT-validator.git Mirror #100 in the documentation --- diff --git a/docs/usage.md b/docs/usage.md index 02ff1a09..2bfb2fee 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1215,7 +1215,7 @@ Name of the program needed to invoke an rsync file transfer. - **Type:** String array - **Availability:** JSON only -- **Default:** `[ "--recursive", "--delete", "--times", "--contimeout=20", "--timeout=15", "--max-size=20MB", "$REMOTE", "$LOCAL" ]` +- **Default:** `[ "--recursive", "--delete", "--times", "--omit-dir-times", "--contimeout=20", "--timeout=15", "--max-size=20MB", "$REMOTE", "$LOCAL" ]` Arguments needed by [`rsync.program`](#rsyncprogram) to perform a recursive rsync. @@ -1225,7 +1225,7 @@ Fort will replace `"$REMOTE"` with the remote URL it needs to download, and `"$L - **Type:** String array - **Availability:** JSON only -- **Default:** `[ "--times", "--contimeout=20", "--timeout=15", "--max-size=20MB", "--dirs", "$REMOTE", "$LOCAL" ]` +- **Default:** `[ "--times", "--omit-dir-times", "--contimeout=20", "--timeout=15", "--max-size=20MB", "--dirs", "$REMOTE", "$LOCAL" ]` Arguments needed by [`rsync.program`](#rsyncprogram) to perform a single-file rsync. diff --git a/man/fort.8 b/man/fort.8 index 52f49360..07ea9980 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -112,7 +112,7 @@ Arguments needed by .B rsync.program to perform a recursive rsync. The arguments are specified as a JSON string array; its default value is: -[ "--recursive", "--delete", "--times", "--contimeout=20", "--timeout=15", +[ "--recursive", "--delete", "--times", "--omit-dir-times", "--contimeout=20", "--timeout=15", "$REMOTE", "$LOCAL" ] .P FORT will replace "$REMOTE" with the remote URL it needs to download, and @@ -129,7 +129,7 @@ Arguments needed by .B rsync.program to perform a single-file rsync. The arguments are specified as a JSON string array; its default value is: -[ "--times", "--contimeout=20", "--timeout=15", "--dirs", "$REMOTE", "$LOCAL" ] +[ "--times", "--omit-dir-times", "--contimeout=20", "--timeout=15", "--dirs", "$REMOTE", "$LOCAL" ] .P FORT will replace "$REMOTE" with the remote URL it needs to download, and "$LOCAL" with the target local directory where the file is supposed to be