RSAF - Rclone on Android - An Android Storage Access Framework document provider for rclone

After a few days of trying to piece together remote access to cloud files on Android with termux, cron and bisync I came across an amazing new project RSAF that uses Android Storage Framework (means FUSE support) to provide other apps with access to any rclone configured remotes (via File picker API instead of file paths).

So far it has been really good, it simplified the setup tremendously. After importing rclone.conf you can let pretty much any app that uses local files to sync with RSAF storage. I am wondering if anyone here is using it already and if you have any advice (gotchas) for new users?

2 Likes

That looks like a very interesting project - not seen that before. Thanks for surfacing it :slight_smile: