- Android/data/**
- Android/obb/**
or similar.
minus character at the beginning of each line means exclude
. More on that: https://rclone.org/filtering/
That would certainly be helpful for us, to come up with some sane "defaults". (edited)root
access on your phone?
Some paths inside: /storage/emulated/0
doesn't seem to be accessible by other apps and I am not sure if OS gives any API to request permission for some of these directiories.
In such case sync/copy for global path would possibly work once some of these directories are excluded. Do you perhaps already use some exclude rule for that use case?/sdcard/*
to match the identifier of the SD-CARD?
On my end I see it like: /storage/1919-131B
External storage
or SD card
or USB #1
etc. will prefill the custom path text field, but you're free to provide your own path.
This tool will also prefill the exclude
filter with some defaults.
I am really keen to find out if this stuff works for you!. (edited)