cberni
(Cristiano Albiero Berni)
August 17, 2021, 7:05pm
4
look my post...
rclone v1.55.1
ubuntu 20.04 lts server
google cloud storage
[union_test]
type = union
upstreams = /path/local remote:bucket
action_policy = all
create_policy = all
search_policy = ff
rclone mount union: union_test
the docs say:
ff (first found) Search category: same as epff. Action category: same as epff. Create category: Act on the first one found by the time upstreams reply.
All the data is read and write using a mount of a union (local and remote). All the data is on local and rem…
I use ff on search_policy in a union off local disk and google cloud remote. The ideia was read only from local disk but is also downloading data from remote backend.