aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-12 08:46:47 -0300
committerEuAndreh <eu@euandre.org>2024-01-12 08:46:47 -0300
commit47a7b664a22ddfa5f4db814e4651f6f1d1f93914 (patch)
treef769c8764282f8e368477722603abdfb9f275f96 /bin
parentRemove Nix/NixOS support from configuration and utilities (diff)
downloaddotfiles-47a7b664a22ddfa5f4db814e4651f6f1d1f93914.tar.gz
dotfiles-47a7b664a22ddfa5f4db814e4651f6f1d1f93914.tar.xz
bin/backup: Use nicely(1) always
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backup b/bin/backup
index 7b9339b..df5bb13 100755
--- a/bin/backup
+++ b/bin/backup
@@ -97,7 +97,7 @@ run() {
set -x
# The contents of $VERBOSE_FLAGS doesn't involve user input:
# shellcheck disable=2086
- borg create \
+ nicely borg create \
$VERBOSE_FLAGS \
--lock-wait 1200 \
--comment "$COMMENT" \