Rclone from source file

Hello,

Is it possible to pass a source file with a list of directories and files such as mysources.txt to the rclone sync and rclone copy command?

folder1
folder2
file3.txt

Something similar to the --exclude-from exclude.txt

Thanks for your help.

Either of --files-from or --include-from should be sufficient, depending on whether you need only files or both files & folders.

Ok perfect. Thanks for the solution.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.