mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-03 23:55:14 +00:00 
			
		
		
		
	Added --dry-run option to the DELETE command
This commit is contained in:
		@@ -181,8 +181,10 @@ Marks old data deleted and removes outdated dlist files. A backup is deleted whe
 | 
			
		||||
 | 
			
		||||
Some advanced options:
 | 
			
		||||
 | 
			
		||||
* `--dry-run`  
 | 
			
		||||
Performs the operation, but does not write changes to the local database or the remote storage.
 | 
			
		||||
* `--keep-time=<time>`  
 | 
			
		||||
Marks data outdated that is older than <time>.
 | 
			
		||||
Marks data outdated that is older than `<time>`.
 | 
			
		||||
* `--keep-versions=<int>`  
 | 
			
		||||
Marks data outdated that is older than <int> versions.
 | 
			
		||||
*  `--version=<int>`  
 | 
			
		||||
@@ -295,6 +297,3 @@ The name of the operation, usually `backup`, but could also be `restore` etc.
 | 
			
		||||
The backend url.
 | 
			
		||||
* `%LOCALPATH%`  
 | 
			
		||||
The path to the local folders involved (i.e. the folders being backed up).
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user