rclone/vfs/vfscache
Nick Craig-Wood e4ece15e68 vfs: make cache dir absolute before using it to fix path too long errors
If --cache-dir is passed in as a relative path, then rclone will not
be able to turn it into a UNC path under Windows, which means that
file names longer than 260 chars will fail when stored in the cache.

This patch makes the --cache-dir path absolute before using it.

See: https://forum.rclone.org/t/handling-of-long-paths-on-windows-260-characters/20913
2021-01-13 16:48:18 +00:00
..
downloaders vfs: Fix a deadlock vulnerability in downloaders.Close 2020-10-06 16:43:06 +01:00
writeback vfs cache: make logging consistent and remove some debug logging 2020-07-06 17:32:53 +01:00
cache_test.go vfs: support synchronous cache space recovery upon ENOSPC 2020-08-25 21:12:06 +01:00
cache.go vfs: make cache dir absolute before using it to fix path too long errors 2021-01-13 16:48:18 +00:00
item_test.go vfs: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00
item.go vfs: Add exponential backoff during ENOSPC retries 2020-10-06 16:43:06 +01:00