mirror of
https://github.com/rclone/rclone.git
synced 2025-01-10 08:18:27 +01:00
b89f8c05cf
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 |