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 ?
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
Rulei entered.git/**.But whebever i try to Bisync, i get this message.
What could be the issue ?