mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:16:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			350 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			350 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Enhancement: Add `cache` command to list cache dirs
 | 
						|
 | 
						|
The command `cache` was added, it allows listing restic's cache directoriers
 | 
						|
together with the last usage. It also allows removing old cache dirs without
 | 
						|
having to access a repo, via `restic cache --cleanup`
 | 
						|
 | 
						|
https://github.com/restic/restic/issues/1721
 | 
						|
https://github.com/restic/restic/pull/1749
 |