aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-22 16:42:01 -0300
committerEuAndreh <eu@euandre.org>2024-01-22 16:42:01 -0300
commit1529a427f6f26392407483bae685e503a8e62039 (patch)
tree2d0883c9d84164a0b30a0fbd55e7259ab4412ce4
parentetc/guix/home.scm: Shrink installed package set (diff)
downloaddotfiles-1529a427f6f26392407483bae685e503a8e62039.tar.gz
dotfiles-1529a427f6f26392407483bae685e503a8e62039.tar.xz
bin/backup: Decrease --lock-wait time
-rwxr-xr-xbin/backup2
1 files changed, 1 insertions, 1 deletions
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/ \