summaryrefslogtreecommitdiffstats
path: root/lib/populate.jq
diff options
context:
space:
mode:
Diffstat (limited to 'lib/populate.jq')
-rw-r--r--lib/populate.jq2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/populate.jq b/lib/populate.jq
index fa13795..e7e02d3 100644
--- a/lib/populate.jq
+++ b/lib/populate.jq
@@ -88,7 +88,7 @@ def rsync_script:
@sh " -b \(.value.file.path):\"$srcdir\"/\(.key) \\"),
@sh " rsync \\",
@sh " -vFrlptD \\",
- @sh " --delete \\",
+ @sh " --delete-excluded \\",
@sh " -f \("P /*", ($rsync_sources[] | "R /\(.key)")) \\",
@sh " \"$srcdir\"/ \\",
(if $is_local then