From fff9b24ec98515cdd19cb3d6490b6214bacae792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 22 Dec 2019 13:07:51 +0000 Subject: populate file: add exclude option --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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` -- cgit v1.2.3