From 36cffc7e63496b156a0b34be320b0fae44fb92ac Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Tue, 15 Jun 2021 16:56:30 +0200 Subject: forgotten "borg check" (heavy cpu coonsumption) --- borg-family-0.2/src/sbin/bfenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg-family-0.2/src/sbin/bfenv b/borg-family-0.2/src/sbin/bfenv index 756ef62..974152d 100755 --- a/borg-family-0.2/src/sbin/bfenv +++ b/borg-family-0.2/src/sbin/bfenv @@ -21,7 +21,7 @@ fi borg init "${borg_init_opts[@]}" 2>&1 | grep -vE '^A repository already exists' >&2 -if ! borg check "${borg_check_opts[@]}"; then +if ! borg list > /dev/null; then echo "Showing BORG_* env variables (see /etc/borg-family/envvars) :" >&2 env | grep ^BORG_ >&2 echo "End of BORG_* env variables" >&2 -- cgit v1.2.3