Mount/bind script

Nonhocapito

New member
It would be great if one of the automated tasks was to bind/mount a folder.

Mounting requires a simple script in android, shouldn't be too difficult to implement and the user could trigger it at startup or when they use a certain app.

At the moment I use another app to do this, but it's very unreliable.

There may be a million uses for this. In my case, I need this to workaround the limitations of the Nextcloud client, which only allows to sync folders in its own Android/media folder.

If this can already be done via some plug in, I apologize - please advise how to do it.

In any case, thanks for an awesome app.
 

NativeAlien

New member
It would be great if one of the automated tasks was to bind/mount a folder.

Mounting requires a simple script in android, shouldn't be too difficult to implement and the user could trigger it at startup or when they use a certain app.

At the moment I use another app to do this, but it's very unreliable.

There may be a million uses for this. In my case, I need this to workaround the limitations of the Nextcloud client, which only allows to sync folders in its own Android/media folder.

If this can already be done via some plug in, I apologize - please advise how to do it.

In any case, thanks for an awesome app.
If you're trying to sync a local and remote folder on your device and a NAS you should just install autosync and just let it do its magic, they even have an API with an API intent secret for triggering synchronization manually in your macro action flow.

The documentation is quite clear and easy to understand and explains how to do all of this on their website.
 

Nonhocapito

New member
If you're trying to sync a local and remote folder on your device and a NAS you should just install autosync and just let it do its magic, they even have an API with an API intent secret for triggering synchronization manually in your macro action flow.

The documentation is quite clear and easy to understand and explains how to do all of this on their website.
Autosync is great, but that subscription fee not so much...
 
Top