mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
Add PathSeperator for ignore-filenames
How do I use --ignore-filenames to specify multiple filenames? #3947
This commit is contained in:
parent
8e8804719b
commit
c09999bdd3
@ -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. Under Windows the PathSepartor is the semicolon (;) and on Linux System the colon (:).
|
||||
|
||||
### include
|
||||
`--include`
|
||||
|
Loading…
x
Reference in New Issue
Block a user