From c09999bdd311dafdecf5d53ca0d130b9ae0b33b4 Mon Sep 17 00:00:00 2001 From: sfahrenholz Date: Wed, 16 Oct 2019 20:06:26 +0200 Subject: [PATCH 1/2] Add PathSeperator for ignore-filenames How do I use --ignore-filenames to specify multiple filenames? #3947 --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index edc78be..b386bd0 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -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` From 4e7fa10ad5e6f64474e119fc218a402a29f04672 Mon Sep 17 00:00:00 2001 From: sfahrenholz Date: Wed, 16 Oct 2019 21:33:03 +0200 Subject: [PATCH 2/2] Update 06-advanced-options.md --- docs/06-advanced-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-advanced-options.md b/docs/06-advanced-options.md index b386bd0..9ec6e37 100644 --- a/docs/06-advanced-options.md +++ b/docs/06-advanced-options.md @@ -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. Under Windows the PathSepartor is the semicolon (;) and on Linux System the colon (:). +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`