aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-06 23:29:17 -0300
committerEuAndreh <eu@euandre.org>2019-06-06 23:29:51 -0300
commit50293ca21dbcb5857e181f02200e6a2f0ee142b1 (patch)
treea19d54832e0f0e60a8507ef4bfa4816633c2880b /scripts
parentFail fast on copied Bash files (diff)
downloadserver-50293ca21dbcb5857e181f02200e6a2f0ee142b1.tar.gz
server-50293ca21dbcb5857e181f02200e6a2f0ee142b1.tar.xz
Remove invalid --stats option from borg extract command
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/box/restore-backup.env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/box/restore-backup.env.sh b/scripts/box/restore-backup.env.sh
index 464214f..2c12f21 100755
--- a/scripts/box/restore-backup.env.sh
+++ b/scripts/box/restore-backup.env.sh
@@ -10,7 +10,6 @@ ARCHIVE="$(borg list "${BORG_REPO}" --last 1 --short)"
echo "Extracting archive ${DOLLAR}{ARCHIVE}"
borg extract \
--verbose \
- --stats \
--progress \
"${BORG_REPO}::${DOLLAR}{ARCHIVE}"
echo "Done."