mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:16:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Bugfix: Remove truncated files from cache
 | 
						|
 | 
						|
When a file in the local cache is truncated, and restic tries to access data
 | 
						|
beyond the end of the (cached) file, it used to return an error "EOF". This is
 | 
						|
now fixed, such truncated files are removed and the data is fetched directly
 | 
						|
from the backend.
 | 
						|
 | 
						|
https://github.com/restic/restic/issues/1935
 |