aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-21 06:55:47 -0300
committerEuAndreh <eu@euandre.org>2023-06-21 06:55:47 -0300
commit120bf298c368ff71c9f96c1fa8c7b14462cedfbe (patch)
tree23c61343468c4e2e4771c89099cd7c9ce79a101e
parentMakefile: Disable perlcritic failures while package is in maintenance (diff)
downloaddotfiles-120bf298c368ff71c9f96c1fa8c7b14462cedfbe.tar.gz
dotfiles-120bf298c368ff71c9f96c1fa8c7b14462cedfbe.tar.xz
bin/backup: Add upper-bound 1200 for lock-wait
-rwxr-xr-xbin/backup1
1 files changed, 1 insertions, 0 deletions
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/ \