mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-03 23:55:14 +00:00 
			
		
		
		
	Update 04-using-duplicati-from-the-command-line.md
This commit is contained in:
		@@ -36,8 +36,11 @@ Generally, each operation from the command line has the following format:
 | 
				
			|||||||
Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute.
 | 
					Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*****
 | 
					*****
 | 
				
			||||||
>  Advanced options are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:  
 | 
					>  Advanced options with a value are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:  
 | 
				
			||||||
> `--advanced-option=value`
 | 
					> `--advanced-option=value`  
 | 
				
			||||||
 | 
					> Advanced options that don't have a value (just turn on an option) can be specified in 2 ways:  
 | 
				
			||||||
 | 
					> `--advanced-option=true`  (`--advanced-option=false` disables the option)  
 | 
				
			||||||
 | 
					> `--advanced-option`  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*****
 | 
					*****
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user