1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-25 07:23:28 +00:00

Merge pull request #4166 from Ashmodei/1.1-maint-crud_docfix

Fixed help string in CRUD documentation. Backport to 1.1-maint
This commit is contained in:
TW 2018-11-12 18:44:20 +01:00 committed by GitHub
commit 911ef0e031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4211,7 +4211,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. 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 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). Make sure you have free space there, you'll need about 1GB each (+ overhead).