krebs.backup: shellcheck disable=SC2174
This commit is contained in:
parent
47056b7fb4
commit
72f465f719
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user