rclone/vfs/vfscache
albertony 459cc70a50 vfs: fix invalid cache path on windows when using :backend: as remote
The initial ':' is included in the ad-hoc remote name, but is illegal character
in Windows path. Replacing it with '^', which is legal in filesystems but illegal
in regular remote names, so name conflict is avoided.

Fixes #4544
2021-01-30 16:18:15 +00:00
..
downloaders vfs: fix file leaks with --vfs-cache-mode full and --buffer-size 0 2021-01-21 18:35:04 +00:00
writeback fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
cache.go vfs: fix invalid cache path on windows when using :backend: as remote 2021-01-30 16:18:15 +00:00
cache_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00