My use case:
I have 2 remotes, one is google drive (1:
) and one is a local disk folder on my hdds (disk:
). Both contains identical data, while the disk remote is jut a bit behind.
I want to use a union remote in a way so that if anything happens with my disk/google drive, applications accessing the mount wouldn't notice, while also reading first from local disk.
[union]
type = union
remotes = disk:/backup 1:
But when trying to test the failover, it doesn't seem to work. Like if I make the google drive remote broken by using a SA file that doesn't exist, even rclone ls for example doesn't work while it should at least list the files on disk.
Is it possible to achieve what I want here?