aboutsummaryrefslogtreecommitdiff
path: root/scripts/box/create-backup.env.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-10 14:18:39 -0300
committerEuAndreh <eu@euandre.org>2019-06-10 14:18:39 -0300
commitd184542aa4672141d8b119cc6af75d156f8d58ba (patch)
tree5e614ee582a27dea35402c3b286fb4170ed39f9d /scripts/box/create-backup.env.sh
parentChange SSH port (diff)
downloadserver-d184542aa4672141d8b119cc6af75d156f8d58ba.tar.gz
server-d184542aa4672141d8b119cc6af75d156f8d58ba.tar.xz
Remove --progress from borg create
It shows filenames in CI output 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 eb3b5b9..2c97594 100755
--- a/scripts/box/create-backup.env.sh
+++ b/scripts/box/create-backup.env.sh
@@ -7,7 +7,6 @@ export BORG_PASSPHRASE="${BORG_PASSPHRASE}"
# No need to send the files after the backup is done.
borg create \
--stats \
- --progress \
--compression lzma,6 \
"${BORG_REPO}::{hostname}-{now}-${VPS_COMMIT_SHA}" \
"${VOLUME_HOME}"/*