Eprand in a union mount

Right no I have folder A and folder B joined by a union mount in folder C. I understand that eprand will move files to a "random" (A or B) folder for each transfer. Here is what I'm trying to figure out. If A is 99% full and B is only 50% will all future transfers to C only go to B if A is finally at 100% full?

Nope. Either mark A as "read only" or "no create" in your config or use union rules based on free space available.

Can you point me in a direction for using union rules based on free space available?

Can you explain what you want to achieve by using union?

I have two NAS devices and I want to setup the union to disperse the files added to them as rclone sees fit. I don't want to have to worry about editing the config file to a non-create or read-only on one of the devices. I know I can do this but I don't want to worry about having to watch available space if I don't have to.

I would recommend then:

action_policy = epall
create_policy = mfs
search_policy = ff

Thanks I'll give that a try.

I set this up a few hours a go with this settings and they don't seem to work.

Remotes must be compatibles with the following command: about.

Check compatibility here :

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.