thank you so much, filter is working. file list is showing fine. however i tried to download to my local disk and getting following error
rclone copy "remote: --include-from=filter.txt" "C:\download"
2021/07/14 12:56:29 ERROR : : error reading source directory: directory not foun
d
2021/07/14 12:56:29 ERROR : Attempt 1/3 failed with 2 errors and: directory not
found
2021/07/14 12:56:29 ERROR : : error reading source directory: directory not foun
d
2021/07/14 12:56:29 ERROR : Attempt 2/3 failed with 2 errors and: directory not
found
2021/07/14 12:56:29 ERROR : : error reading source directory: directory not foun
d
2021/07/14 12:56:29 ERROR : Attempt 3/3 failed with 2 errors and: directory not
found
2021/07/14 12:56:29 Failed to copy with 2 errors: last error was: directory not
found
try rclone copy "remote:" --include-from=filter.txt "C:\download" -v --dry-run
and read the output.
if it looks good, then remove --dry-run and run again
with or without dry run, it's stuck. not showing anything after this. may be reading full folder or something. i tried "remote:Test" --include-from=filter.txt "D:\Main\test\" -v -- dry-run only gave error "Replacing invalid characters
in..." and end the task without downloading the file.
rclone copy "remote:" --include-from=filter.txt "D:\Main\test\" -v --
dry-run
2021/07/14 13:17:52 NOTICE: Local file system at : Replacing invalid characters
in "\\Main\\test\" -v --dry-run" to "\\\\?\\D:\\Main\\test_ -v --dry-run"
2021/07/14 13:17:53 NOTICE: test: Duplicate directory found in source - ignoring