From 50293ca21dbcb5857e181f02200e6a2f0ee142b1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Jun 2019 23:29:17 -0300 Subject: Remove invalid --stats option from borg extract command --- scripts/box/restore-backup.env.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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." -- cgit v1.2.3