| 
					
				 | 
			
			
				@@ -1356,7 +1356,7 @@ class Archiver: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tarinfo.uid = item.uid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tarinfo.gid = item.gid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tarinfo.uname = item.get('user', '') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            tarinfo.gname = item.get('group',  '') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            tarinfo.gname = item.get('group', '') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             # The linkname in tar has 2 uses: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             # for symlinks it means the destination, while for hardlinks it refers to the file. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             # Since hardlinks in tar have a different type code (LNKTYPE) the format might 
			 |