aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-12-22 13:07:51 +0000
committerLassulus <github@lassul.us>2019-12-23 21:18:35 +0100
commitfff9b24ec98515cdd19cb3d6490b6214bacae792 (patch)
tree93f9ffe1d0e3dc8fddc5cf6546ae490ba4a79102 /README.md
parentf2f8cbf1afcb2c26d11e5f82c0b523b2cb10205c (diff)
populate file: add exclude option
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1191a2f..323d08b 100644
--- a/README.md
+++ b/README.md
@@ -114,6 +114,13 @@ Supported attributes:
boolean that controls whether file contents should be checked to decide
whether a file has changed. This is useful when `path` points at files
with mangled timestamps, e.g. the Nix store.
+
+* `exclude` (optional)
+ List of patterns that should excluded from being synced. The list will be
+ passed to the `--exclude` option of [`rsync`](https://rsync.samba.org/).
+ Checkout the filter rules section in the [rsync
+ manual](https://download.samba.org/pub/rsync/rsync.html) for further
+ information.
### `git`