| 
					
				 | 
			
			
				@@ -19,7 +19,7 @@ borg create 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     |                                                       | ``PATH``                                          | paths to archive                                                                                                                                                                                  | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    | **options**                                                                                                                                                                                                                                                                                                   | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    | **optional arguments**                                                                                                                                                                                                                                                                                        | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     |                                                       | ``-n``, ``--dry-run``                             | do not create a backup archive                                                                                                                                                                    | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -31,7 +31,11 @@ borg create 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     |                                                       | ``--json``                                        | output stats as JSON. Implies ``--stats``.                                                                                                                                                        | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    |                                                       | ``--no-cache-sync``                               | experimental: do not synchronize the cache. Implies not using the files cache.                                                                                                                    | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    |                                                       | ``--no-cache-sync``                               | experimental: do not synchronize the chunks cache.                                                                                                                                                | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    |                                                       | ``--no-cache-sync-forced``                        | experimental: do not synchronize the chunks cache (forced).                                                                                                                                       | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    |                                                       | ``--prefer-adhoc-cache``                          | experimental: prefer AdHocCache (w/o files cache) over AdHocWithFilesCache (with files cache).                                                                                                    | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     |                                                       | ``--stdin-name NAME``                             | use NAME in archive for stdin data (default: 'stdin')                                                                                                                                             | 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     +-------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -126,13 +130,15 @@ borg create 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         paths to archive 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    options 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    optional arguments 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         -n, --dry-run    do not create a backup archive 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         -s, --stats     print statistics for the created archive 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         --list          output verbose list of items (files, dirs, ...) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         --filter STATUSCHARS    only display items with the given status characters (see description) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         --json          output stats as JSON. Implies ``--stats``. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        --no-cache-sync    experimental: do not synchronize the cache. Implies not using the files cache. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        --no-cache-sync    experimental: do not synchronize the chunks cache. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        --no-cache-sync-forced    experimental: do not synchronize the chunks cache (forced). 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        --prefer-adhoc-cache    experimental: prefer AdHocCache (w/o files cache) over AdHocWithFilesCache (with files cache). 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         --stdin-name NAME    use NAME in archive for stdin data (default: 'stdin') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         --stdin-user USER    set user USER in archive for stdin data (default: do not store user/uid) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         --stdin-group GROUP    set group GROUP in archive for stdin data (default: do not store group/gid) 
			 |