diff options
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ ARCHIVE_TAG="${1:-manual}" run() { set -x + # The contents of $VERBOSE_FLAGS doesn't involve user input: + # shellcheck disable=2086 borg create \ $VERBOSE_FLAGS \ --comment "$COMMENT" \ |