aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMilan Pässler <me@pbb.lc>2020-02-03 16:37:55 +0100
committerMilan Pässler <me@pbb.lc>2020-02-03 16:37:55 +0100
commit56d4dc28b325503c8b0261e2c12bdbaecc6903b9 (patch)
tree377f25c1c987d40f85e466e3f20be40aaaf2aa42 /README.md
parentf1b7112ac3cbe090e96f2c82c525b6db69b82034 (diff)
support for include filters
- Added a new option for `file` sources, which allows to specify a list of `include` and `exclude` filters - Added a new option for `file` sources, which allows to disable the `--delete-excluded` behaviour.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58156b1..abbfd45 100644
--- a/README.md
+++ b/README.md
@@ -157,6 +157,17 @@ Supported attributes:
manual](https://download.samba.org/pub/rsync/rsync.html) for further
information.
+* `filters` (optional)
+ List of filters that should be passed to rsync. Filters are specified as
+ attribute sets with the attributes `type` and `pattern`. Supported filter
+ types are `include` and `exclude`. This allows for more advanced
+ configurations.
+
+* `deleteExcluded` (optional)
+ boolean that controls whether the excluded directories should be deleted
+ if they exist on the target. This is passed to the `--delete-excluded` option
+ of rsync. Defaults to `true`.
+
### `git`