docs: filtering: mention feeding --files-from from standard input

This commit is contained in:
ToM 2024-08-12 12:47:43 +02:00 committed by albertony
parent e0e697ca11
commit 5499fd3b59

View File

@ -562,6 +562,8 @@ Other filter flags (`--include`, `--include-from`, `--exclude`,
trailing whitespace is stripped from the input lines. Lines starting
with `#` or `;` are ignored.
`--files-from` followed by `-` reads the list of files from standard input.
Rclone commands with a `--files-from` flag traverse the remote,
treating the names in `--files-from` as a set of filters.