Is it possible to set custom command parameters? #87
Replies: 5 comments 6 replies
-
|
You can actually edit the resync flags directly in the Bisync settings, so there is no need to use command line parameters.
Since app use the rclone api I dont know we can run the Apologies that I can't provide screenshots at the moment, but hopefully, this helps you find it! |
Beta Was this translation helpful? Give feedback.
-
|
I would need it too. Any news or workaround? |
Beta Was this translation helpful? Give feedback.
-
|
This will be a bit late, but I've implemented custom flag arguments in the preferences modal (Ctrl +,). I'm not sure yet whether flags can be passed directly via |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Understood, so we have to wait rclone to implement those flags in the API.
Il ven 13 mar 2026, 20:01 Hakan İSMAİL ***@***.***> ha
scritto:
… I understand the request, but this isn't something RClone Manager can
support in its current form, here's why.
RClone Manager doesn't use the rclone CLI to manage syncs, mounts, or
serves. It communicates entirely through the *rclone RC API* (remote
control). When CLI arguments are passed through that path, rclone simply
ignores them, I've tested this multiple times and confirmed it doesn't work.
The configuration values you see in the remote config and configuration
dialogs aren't stored in the app either, they come directly from the rclone
API at runtime.
So while the request makes sense on the surface, there's no clean way to
pass arbitrary CLI flags through RC right now. Once I find a proper
solution, it will be integrated straight away.
—
|
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a bisync with my Proton drive remote, but it fails now that I edited a file
in the destination:
So I would need to run the bisync with
--protondrive-replace-existing-draft=true, but I don't see the option available, so I wonder if, to support these very specific parameters, an option for custom ones could be addedBeta Was this translation helpful? Give feedback.
All reactions