diff options
author | EuAndreh <eu@euandre.org> | 2024-01-22 16:42:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-22 16:42:01 -0300 |
commit | 1529a427f6f26392407483bae685e503a8e62039 (patch) | |
tree | 2d0883c9d84164a0b30a0fbd55e7259ab4412ce4 | |
parent | etc/guix/home.scm: Shrink installed package set (diff) | |
download | dotfiles-1529a427f6f26392407483bae685e503a8e62039.tar.gz dotfiles-1529a427f6f26392407483bae685e503a8e62039.tar.xz |
bin/backup: Decrease --lock-wait time
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ \ |