Skip to content

Commit

Permalink
Fixed grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaanemaa committed Apr 27, 2019
1 parent 9a83be0 commit e169a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,11 +16,11 @@ There are 2 main operations:
- `backup` - Creates a backup of the given container, or all if none is specified, and it's volumes
- `restore` - Restores containers and volumes from existing backup files.

When ran, two directories are created if not already present in the target directory (defaults to current working directory):
When run, two directories are created if not already present in the target directory (defaults to current working directory):
- `containers` - Used to store container inspection files as .json files
- `volumes` - Used to store the contents of volumes as .tar files

_When ran with `restore` operation, backup-docker will expect these folders to exist in the target directory, if they don't, it will create them_
_When run with `restore` operation, backup-docker will expect these folders to exist in the target directory, if they don't, it will create them_

## Examples
- `backup-docker backup` - Will backup all containers in the docker instance, and their volumes
Expand Down

0 comments on commit e169a83

Please sign in to comment.