mirror of
				https://github.com/restic/restic.git
				synced 2025-10-30 03:08:56 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			345 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			345 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | Bugfix: Make sure that symlinks can be created during recovery | ||
|  | 
 | ||
|  | When restoring a symlink, restic reported an error if the target path already existed. | ||
|  | With this change, the potentially existing target path is first removed before the symlink is recreated. | ||
|  | 
 | ||
|  | https://github.com/restic/restic/issues/2578 | ||
|  | https://github.com/restic/restic/pull/3780 |