Update readme

This commit is contained in:
2024-08-10 10:14:33 +02:00
parent 3a5b810d37
commit 4580229647
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ It also supports __encrypting__ your backups using GPG.
### Simple backup using Docker CLI ### Simple backup using Docker CLI
To run a one time backup, bind your local volume to `/backup` in the container and run the `pg-bkup backup` command: To run a one time backup, bind your local volume to `/backup` in the container and run the `backup` command:
```shell ```shell
docker run --rm --network your_network_name \ docker run --rm --network your_network_name \

View File

@@ -32,7 +32,7 @@ Code and documentation for `v1` version on [this branch][v1-branch].
### Simple backup using Docker CLI ### Simple backup using Docker CLI
To run a one time backup, bind your local volume to `/backup` in the container and run the `pg-bkup backup` command: To run a one time backup, bind your local volume to `/backup` in the container and run the `backup` command:
```shell ```shell
docker run --rm --network your_network_name \ docker run --rm --network your_network_name \