aboutsummaryrefslogtreecommitdiff
path: root/scripts/box/create-backup.env.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-08 09:06:45 -0300
committerEuAndreh <eu@euandre.org>2019-06-08 09:06:45 -0300
commit1e0608e643da187042c623a63ce1d9a7867a2e97 (patch)
tree8185e0db190055cc4c98d8fd50b4c9c063d84a52 /scripts/box/create-backup.env.sh
parentTODOs.org (diff)
downloadtoph-1e0608e643da187042c623a63ce1d9a7867a2e97.tar.gz
toph-1e0608e643da187042c623a63ce1d9a7867a2e97.tar.xz
CI debug: remove --verbose flag from borg create command
THe objective is to remove the logged files from the CI log.
Diffstat (limited to 'scripts/box/create-backup.env.sh')
-rwxr-xr-xscripts/box/create-backup.env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/box/create-backup.env.sh b/scripts/box/create-backup.env.sh
index f5cd3b0..eb3b5b9 100755
--- a/scripts/box/create-backup.env.sh
+++ b/scripts/box/create-backup.env.sh
@@ -6,7 +6,6 @@ export BORG_PASSPHRASE="${BORG_PASSPHRASE}"
# The configured $BORG_REPO is already the rsync remote.
# No need to send the files after the backup is done.
borg create \
- --verbose \
--stats \
--progress \
--compression lzma,6 \