- Minor
The inclusion of rclone into the base OS needs to be modified as the configs are stored in a non-persistent location of /root/.config/rclone/.
I would like to propose a wrapper similar to the rclone plugin which renames the base rclone binary and is simply a shell script that contains the following.
#!/bin/bash
config=/boot/config/plugins/rclone/.rclone.conf
rcloneorig --config $config "$@";I'd propose the location of /boot/config/.rclone.conf as this will provide an easy migration path from the plugin (/boot/config/plugins/rclone/.rclone.conf) to base OS.