krebs.backup: shellcheck disable=SC2174

This commit is contained in:
tv 2016-12-22 20:53:04 +01:00
parent 47056b7fb4
commit 72f465f719

View File

@ -137,6 +137,9 @@ let
echo >&2 "update snapshot current; $rsync_dst <- $rsync_src"
'';
}}
# In `dst-rsync`'s `mkdir m 0700 -p` above, we care only about permission
# of the deepest directory:
# shellcheck disable=SC2174
${local.rsync} >&2 \
-aAXF --delete \
--rsh=${shell.escape ssh} \