mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	add warning about --no-archive & --no-thumbnails options
add given_when_then informaiton to tests add use_filename_prefix test clear documents before importing in tests
This commit is contained in:
		 Matthieu Helleboid
					Matthieu Helleboid
				
			
				
					committed by
					
						 Trenton H
						Trenton H
					
				
			
			
				
	
			
			
			 Trenton H
						Trenton H
					
				
			
						parent
						
							024921212a
						
					
				
				
					commit
					447edd1355
				
			| @@ -267,13 +267,16 @@ Be careful when pointing paperless to a directory that already contains | ||||
| other files. | ||||
|  | ||||
| Paperless will not export archive files if you use `--no-archive`. After | ||||
| importing, These files can be generated again by using `document_archiver`. | ||||
| importing, the sanity checker will warn about missing files until these files | ||||
| are generated again by using `document_archiver`. | ||||
| It can make sense to omit these files from backup as their content and checksum | ||||
| can change (new archiver algorithm) and may then cause additional used space in | ||||
| a deduplicated backup. | ||||
|  | ||||
| Paperless will not export thumbnails if you use `--no-thumbnail`. After | ||||
| importing, These files can be generated again by using `document_thumbnails`. | ||||
| importing, the sanity checker will warn about missing files and the documents | ||||
| view will not have thumbnails until these files are generated again by using | ||||
| `document_thumbnails`. | ||||
| It can make sense to omit these files from backup as their content and checksum | ||||
| can change (new thumbnail generation algorithm) and may then cause additional | ||||
| used space in a deduplicated backup. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user