mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:16:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Enhancement: Add case insensitive include & exclude options
 | 
						|
 | 
						|
The backup and restore commands now have --iexclude and --iinclude flags
 | 
						|
as case insensitive variants of --exclude and --include.
 | 
						|
 | 
						|
https://github.com/restic/restic/issues/1895
 | 
						|
https://github.com/restic/restic/pull/2032
 |