To start Rclone under Ubuntu, I use
$HOME/.config/systemd/user/Rclone.service
Rclone opens this way when Ubuntu starts.
Is there a way to see if Rclone is working, if it's synchronizing modified files, or if there are any errors... perhaps notifications (like notify-send)?
I also tried the command
mount....--allow-non-empty
but when I disconnect the computer from the network, the mounted folders disappear.
Can they be kept offline?
Thanks in advance.