From c21f1afcf1648d90a5a30c5543ed0df8bfb2c579 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 24 Jan 2024 22:35:53 -0300 Subject: bin/backup: remove "--lock-wait" entirely And just rely on the default: 1 second. --- bin/backup | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/backup b/bin/backup index 97c6efb..e702dd8 100755 --- a/bin/backup +++ b/bin/backup @@ -99,7 +99,6 @@ run() { # shellcheck disable=2086 nicely borg create \ $VERBOSE_FLAGS \ - --lock-wait 120 \ --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ -- cgit v1.2.3