sh.zio.backup: set lock retry to 1m (instead of 5m)
parent
d454e1a538
commit
77e9fe3abd
|
@ -80,7 +80,7 @@ function invoke_restic() {
|
||||||
--cache-dir "$cache_dir" \
|
--cache-dir "$cache_dir" \
|
||||||
--password-file "$restic_repo_passwd_file" \
|
--password-file "$restic_repo_passwd_file" \
|
||||||
--repo "$(cat $restic_repo_file)" \
|
--repo "$(cat $restic_repo_file)" \
|
||||||
--retry-lock 5m \
|
--retry-lock 1m \
|
||||||
$command $args
|
$command $args
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue