aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-24 22:35:53 -0300
committerEuAndreh <eu@euandre.org>2024-01-24 22:35:56 -0300
commitc21f1afcf1648d90a5a30c5543ed0df8bfb2c579 (patch)
tree8e57075382c6b4e8758148711ef3bef731364dd7 /bin
parentetc/sh/rc: Do not expose $TG_API_* to everyone by default (diff)
downloaddotfiles-c21f1afcf1648d90a5a30c5543ed0df8bfb2c579.tar.gz
dotfiles-c21f1afcf1648d90a5a30c5543ed0df8bfb2c579.tar.xz
bin/backup: remove "--lock-wait" entirely
And just rely on the default: 1 second.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/backup b/bin/backup
index 97c6efb..e702dd8 100755
--- a/bin/backup
+++ b/bin/backup
@@ -99,7 +99,6 @@ run() {
# shellcheck disable=2086
nicely borg create \
$VERBOSE_FLAGS \
- --lock-wait 120 \
--comment "$COMMENT" \
--exclude "$XDG_CACHE_HOME" \
--exclude ~/Downloads/ \