From 47a7b664a22ddfa5f4db814e4651f6f1d1f93914 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Jan 2024 08:46:47 -0300 Subject: bin/backup: Use nicely(1) always --- bin/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/backup') diff --git a/bin/backup b/bin/backup index 7b9339b..df5bb13 100755 --- a/bin/backup +++ b/bin/backup @@ -97,7 +97,7 @@ run() { set -x # The contents of $VERBOSE_FLAGS doesn't involve user input: # shellcheck disable=2086 - borg create \ + nicely borg create \ $VERBOSE_FLAGS \ --lock-wait 1200 \ --comment "$COMMENT" \ -- cgit v1.2.3