]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Mirror #100 in the documentation
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 24 Nov 2023 17:12:13 +0000 (11:12 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 24 Nov 2023 17:12:13 +0000 (11:12 -0600)
docs/usage.md
man/fort.8

index 02ff1a09e2b3d3b964807735e58281e51d1400c1..2bfb2fee25cc989fe40ccd1a27a584186ce81208 100644 (file)
@@ -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.
 
index 52f493606f6af98aa5a5ac7a7983ec5a0d1e872d..07ea998060afc514172c9601431a0d45657d6b46 100644 (file)
@@ -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