From f5bb776e77dc5863f4fa6966d0bb791f2897beb5 Mon Sep 17 00:00:00 2001 From: ashmodei Date: Mon, 12 Nov 2018 17:01:47 +0300 Subject: [PATCH] Fixed wrong an archive's name pattern in CRUD benchmark help. --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index f04713cb0..998d8067d 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -4075,7 +4075,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True): It creates input data below the given PATH and backups this data into the given REPO. The REPO must already exist (it could be a fresh empty repo or an existing repo, the - command will create / read / update / delete some archives named borg-test-data\\* there. + command will create / read / update / delete some archives named borg-benchmark-crud\\* there. Make sure you have free space there, you'll need about 1GB each (+ overhead).