diff options
author | EuAndreh <eu@euandre.org> | 2023-06-21 06:55:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-06-21 06:55:47 -0300 |
commit | 120bf298c368ff71c9f96c1fa8c7b14462cedfbe (patch) | |
tree | 23c61343468c4e2e4771c89099cd7c9ce79a101e | |
parent | Makefile: Disable perlcritic failures while package is in maintenance (diff) | |
download | dotfiles-120bf298c368ff71c9f96c1fa8c7b14462cedfbe.tar.gz dotfiles-120bf298c368ff71c9f96c1fa8c7b14462cedfbe.tar.xz |
bin/backup: Add upper-bound 1200 for lock-wait
-rwxr-xr-x | bin/backup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ run() { # shellcheck disable=2086 borg create \ $VERBOSE_FLAGS \ + --lock-wait 1200 \ --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ |