From 1529a427f6f26392407483bae685e503a8e62039 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Jan 2024 16:42:01 -0300 Subject: bin/backup: Decrease --lock-wait time --- bin/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup b/bin/backup index df5bb13..97c6efb 100755 --- a/bin/backup +++ b/bin/backup @@ -99,7 +99,7 @@ run() { # shellcheck disable=2086 nicely borg create \ $VERBOSE_FLAGS \ - --lock-wait 1200 \ + --lock-wait 120 \ --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ -- cgit v1.2.3