Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaanemaa committed May 10, 2019
1 parent c9f1349 commit d24b803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,8 +25,8 @@ _When run with `restore` command, backup-docker will expect these folders to exi
- `backup-docker restore` - Will restore all containers in containers folder, and their volumes
- `backup-docker backup banana` - Will backup only the container named "banana" and all of it's volumes
- `backup-docker restore banana mango` - Will restore only the containers named "banana" and "mango" and all of their volumes
- `backup-docker restore banana --only=containers` - Will restore only the container named "banana" and not it's volumes
- `backup-docker restore banana --only=volumes` - Will restore the volumes attached to the container named "banana" but not the container itself. The container itself must already exist in the docker instance
- `backup-docker restore banana --only-containers` - Will restore only the container named "banana" and not it's volumes
- `backup-docker restore banana --only-volumes` - Will restore the volumes attached to the container named "banana" but not the container itself. The container itself must already exist in the docker instance

## All options
- `-v, --version` - output the version number
Expand Down

0 comments on commit d24b803

Please sign in to comment.