rclone/backend/union
Nick Craig-Wood ebd9462ea6 union: fix union attempting to update files on a read only file system
Before this change, when using an all create method with one of the
upstreams being read only, if there was an existing file on the read
only remote, it was impossible to update it.

This change detects that situation and creates the file on a
read/write upstream. This file will shadow the file on the read/only
upstream. If it is deleted the read only upstream file will be visible
again.

Fixes #4929
2021-03-15 19:22:07 +00:00
..
policy union: fix crash when using epff policy - fixes #5000 2021-03-15 19:22:07 +00:00
upstream union: fix mkdir at root with remote:/ 2021-02-17 12:11:34 +00:00
entry.go union: fix union attempting to update files on a read only file system 2021-03-15 19:22:07 +00:00
errors.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00
union_internal_test.go union: fix union attempting to update files on a read only file system 2021-03-15 19:22:07 +00:00
union_test.go union: fix union attempting to update files on a read only file system 2021-03-15 19:22:07 +00:00
union.go fs: add Shutdown optional method for backends 2020-11-27 17:35:01 +00:00