1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

Fixed wrong an archive's name pattern in CRUD benchmark help.

This commit is contained in:
ashmodei 2018-11-12 17:01:47 +03:00
parent b18122d596
commit f5bb776e77

View file

@ -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).