mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
18ccf0f871
Before this change if a file was removed from the cache while rclone is running then rclone would not notice and proceed to re-create it full of zeros. This change notices files that we expect to have data in going missing and if they do logs an ERROR recovers. It isn't recommended deleting files from the cache manually with rclone running! See: https://forum.rclone.org/t/corrupted-data-streaming-after-vfs-meta-files-removed/18997 Fixes #4602 |
||
---|---|---|
.. | ||
downloaders | ||
writeback | ||
cache_test.go | ||
cache.go | ||
item_test.go | ||
item.go |