diff options
author | EuAndreh <eu@euandre.org> | 2019-06-06 23:29:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-06 23:29:51 -0300 |
commit | 50293ca21dbcb5857e181f02200e6a2f0ee142b1 (patch) | |
tree | a19d54832e0f0e60a8507ef4bfa4816633c2880b /scripts/box/restore-backup.env.sh | |
parent | Fail fast on copied Bash files (diff) | |
download | server-50293ca21dbcb5857e181f02200e6a2f0ee142b1.tar.gz server-50293ca21dbcb5857e181f02200e6a2f0ee142b1.tar.xz |
Remove invalid --stats option from borg extract command
Diffstat (limited to 'scripts/box/restore-backup.env.sh')
-rwxr-xr-x | scripts/box/restore-backup.env.sh | 1 |
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." |