diff options
author | EuAndreh <eu@euandre.org> | 2024-01-24 22:35:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-24 22:35:56 -0300 |
commit | c21f1afcf1648d90a5a30c5543ed0df8bfb2c579 (patch) | |
tree | 8e57075382c6b4e8758148711ef3bef731364dd7 /bin | |
parent | etc/sh/rc: Do not expose $TG_API_* to everyone by default (diff) | |
download | dotfiles-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-x | bin/backup | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -99,7 +99,6 @@ run() { # shellcheck disable=2086 nicely borg create \ $VERBOSE_FLAGS \ - --lock-wait 120 \ --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ |