1
mirror of https://github.com/rclone/rclone synced 2024-12-03 13:14:37 +01:00

doc: Add note to filtering.md about --files-from and rclone lsf

This commit is contained in:
thestigma 2019-10-28 23:42:49 +01:00 committed by Nick Craig-Wood
parent ba421fd069
commit 7125cb10f5

View File

@ -305,6 +305,10 @@ This reads a list of file names from the file passed in and **only**
these files are transferred. The **filtering rules are ignored**
completely if you use this option.
`--files-from` expects a list of files as it's input. [rclone lsf](/commands/rclone_lsf/)
has a compatible format that can be used to export file lists from
remotes.
Rclone will traverse the file system if you use `--files-from`,
effectively using the files in `--files-from` as a set of filters.
Rclone will not error if any of the files are missing.