Re: Backing up a filesystem from Linuix server to Windows exclude files from a text file
Start from this PowerShell example that shows how to recursively process directory tree:
https://winscp.net/eng/docs/library_example_recursive_download_custom_error_handling
While iterating the files, match them against your exclusion list.
https://winscp.net/eng/docs/library_example_recursive_download_custom_error_handling
While iterating the files, match them against your exclusion list.