diff options
author | EuAndreh <eu@euandre.org> | 2024-01-12 08:46:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-01-12 08:46:47 -0300 |
commit | 47a7b664a22ddfa5f4db814e4651f6f1d1f93914 (patch) | |
tree | f769c8764282f8e368477722603abdfb9f275f96 /bin | |
parent | Remove Nix/NixOS support from configuration and utilities (diff) | |
download | dotfiles-47a7b664a22ddfa5f4db814e4651f6f1d1f93914.tar.gz dotfiles-47a7b664a22ddfa5f4db814e4651f6f1d1f93914.tar.xz |
bin/backup: Use nicely(1) always
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |