Skip to content

Support "ignoring" symlink errors #1110

@slifty

Description

@slifty

Is your feature request related to a problem? Please describe.
I use symlinks a fair amount locally for various things, and when I sync I get a long list of symlink errors with no clear path to resolution other than not utilizing that particular feature of my file system. This creates a false positive: the logs / status views are filled with complaints about symlinks.

Describe the solution you'd like
I would love the ability to configure Maestral to silence the warnings about symlinks -- treat the file as though it did not exist at all!

Describe alternatives you've considered

  1. Removing the warning entirely rather than making it a setting (though I imagine it might be good for users to have to opt into less information).

  2. Removing the need for the error at all by writing a maestral-specific symlink solution (e.g. translating the symlink to a .maestral-symlink-{filename} file with a structured format inside, which is then translated to / from Dropbox). This would be great, but I understand it's a bigger lift.

Additional context
I saw this error was added in #581

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions