diff options
author | tv <tv@krebsco.de> | 2020-02-18 14:36:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 14:36:30 +0100 |
commit | ed9fc6658226b1525bc008205d76276f0054c6c5 (patch) | |
tree | 1047d711c21c7cf5c0c5026f2159ad0453fc2a0b /README.md | |
parent | 8161ec736759a7f21d9d6ec6e5ff8189df9ebbe7 (diff) | |
parent | 56d4dc28b325503c8b0261e2c12bdbaecc6903b9 (diff) |
Merge pull request #15 from nyantec/feature/filtersv1.20.0
support for include filters
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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` |