From 120bf298c368ff71c9f96c1fa8c7b14462cedfbe Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 21 Jun 2023 06:55:47 -0300 Subject: bin/backup: Add upper-bound 1200 for lock-wait --- bin/backup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/backup b/bin/backup index 9c5be22..d31a3aa 100755 --- a/bin/backup +++ b/bin/backup @@ -105,6 +105,7 @@ run() { # shellcheck disable=2086 borg create \ $VERBOSE_FLAGS \ + --lock-wait 1200 \ --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ -- cgit v1.2.3