removed space in DTR image backup command

This commit is contained in:
Nathan Jones 2020-02-12 12:28:41 -05:00 committed by GitHub
parent 12cf5dad99
commit c3e7d73c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ and creating a tar archive of the [dtr-registry volume](/ee/dtr/architecture/):
{% raw %}
```none
$ sudo tar -cf {{ image_backup_file }} \
-C /var/lib/docker/volumes/ dtr-registry-<replica-id>
-C /var/lib/docker/volumes/dtr-registry-<replica-id>
```
{% endraw %}