Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude not working in a script when using DownloadSynchronizer #103

Open
digitalfiz opened this issue Dec 20, 2024 · 1 comment
Open

Exclude not working in a script when using DownloadSynchronizer #103

digitalfiz opened this issue Dec 20, 2024 · 1 comment

Comments

@digitalfiz
Copy link

digitalfiz commented Dec 20, 2024

I am using these options to run a DownloadSynchronizer and it is not excluding any of the logs or the UECC prefixed folders/files:

    opts = {
        "force": True,
        "verbose": 5,
        "exclude": ["", "*.log", "**\\*.log", "**\\*UECC-Windows*"],
    }
   s = DownloadSynchronizer(local, remote_host, opts)
   s.run()

Screenshot 2024-12-20 131452

@mar10
Copy link
Owner

mar10 commented Dec 21, 2024

Have you tried using / instead of \?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants