2
0
Fork 0

sh.zio.backup: add prototyping

main
Ducky 2024-03-30 16:47:16 +00:00
parent 6ad78d4e2c
commit 16ebb143a6
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ function invoke_restic() {
--cache-dir "$cache_dir" \
--password-file "$restic_repo_passwd_file" \
--repo "$(cat $restic_repo_file)" \
$command $args | tee /dev/fd/3)"
$command $args | tee /dev/fd/3 2>&1)"
echo "------"
echo "$restic_out"