| 
														
															@@ -704,7 +704,7 @@ class Archiver: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 else: 
														 | 
														
														 | 
														
															                 else: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     if stat.S_ISDIR(item.mode): 
														 | 
														
														 | 
														
															                     if stat.S_ISDIR(item.mode): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         dirs.append(item) 
														 | 
														
														 | 
														
															                         dirs.append(item) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                        archive.extract_item(item, restore_attrs=False) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        archive.extract_item(item, stdout=stdout, restore_attrs=False) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     else: 
														 | 
														
														 | 
														
															                     else: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         archive.extract_item(item, stdout=stdout, sparse=sparse, hardlink_masters=hardlink_masters, 
														 | 
														
														 | 
														
															                         archive.extract_item(item, stdout=stdout, sparse=sparse, hardlink_masters=hardlink_masters, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                                              stripped_components=strip_components, original_path=orig_path, pi=pi) 
														 | 
														
														 | 
														
															                                              stripped_components=strip_components, original_path=orig_path, pi=pi) 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -721,7 +721,7 @@ class Archiver: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 pi.show() 
														 | 
														
														 | 
														
															                 pi.show() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 dir_item = dirs.pop(-1) 
														 | 
														
														 | 
														
															                 dir_item = dirs.pop(-1) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 try: 
														 | 
														
														 | 
														
															                 try: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    archive.extract_item(dir_item) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    archive.extract_item(dir_item, stdout=stdout) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 except BackupOSError as e: 
														 | 
														
														 | 
														
															                 except BackupOSError as e: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     self.print_warning('%s: %s', remove_surrogates(dir_item.path), e) 
														 | 
														
														 | 
														
															                     self.print_warning('%s: %s', remove_surrogates(dir_item.path), e) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         for pattern in matcher.get_unmatched_include_patterns(): 
														 | 
														
														 | 
														
															         for pattern in matcher.get_unmatched_include_patterns(): 
														 |