Skip to content

Cannot exclude .git thorugh exclusions #283

Description

@jgdsh

Hello

I am trying to Bisync a folder between Onedrive and google drive. I am trying to exclude .git files from syncing.
In the GUI, under filter options, for Exclude Rule i entered .git/** .

But whebever i try to Bisync, i get this message.

output": {
      "results": [
        {
          "error": "key \"_filter\": Reshape failed to Unmarshal: json: cannot unmarshal string into Go struct field Options.RulesOpt.ExcludeRule of type []string",
          "input": {
            "_config": {
              "DryRun": false,
              "ModifyWindow": "2s"
            },
            "_filter": {
              "ExcludeRule": ".git/**"
            },

What could be the issue ?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions