Displaying 1 result from an estimated 1 matches for "transfer_rules".
Did you mean:
transfer_role
2024 Mar 18
0
[PATCH] add option to skip files based on age/mtime
...22 @@ expand it.
Note that rsync versions prior to 3.1.0 did not allow `--min-size=0`.
+0. `--max-age=SECONDS`
+
+ This tells rsync to avoid transferring any file that has a
modifiction time
+ greater than the specified number of SECONDS ago.
+
+ This option is a [TRANSFER RULE](#TRANSFER_RULES), so don't expect any
+ exclude side effects.
+
+0. `--min-age=SECONDS`
+
+ This tells rsync to avoid transferring any file that has a
modifiction time
+ less than the specified number of SECONDS ago.
+
+ This option is a [TRANSFER RULE](#TRANSFER_RULES), so don't expect any
+...