mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-03 23:55:14 +00:00 
			
		
		
		
	Merge pull request #49 from sfahrenholz/doc-ignore-filenames
Add PathSeperator for ignore-filenames
This commit is contained in:
		@@ -234,7 +234,7 @@ Use this option to handle hardlinks (only works on Linux/OSX). The `first` optio
 | 
			
		||||
 | 
			
		||||
### ignore-filenames
 | 
			
		||||
`--ignore-filenames`  
 | 
			
		||||
Use this option to set a filename, or list of filenames, that indicate exclusion of a folder which contains it. A common use would be to have a file named something like ".nobackup" and place this file into folders that should not be backed up.
 | 
			
		||||
Use this option to set a filename, or list of filenames, that indicate exclusion of a folder which contains it. A common use would be to have a file named something like ".nobackup" and place this file into folders that should not be backed up. The Separtor is for Windows systems the semicolon (;) and on Linux systems the colon (:).
 | 
			
		||||
 | 
			
		||||
### include
 | 
			
		||||
`--include`  
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user