Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Sep 9, 2024
1 parent aa057aa commit 0595aad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

A wrapper tool packaged as a container, that runs as a job, creates and restores backups of various databases, and uploads them to an S3 bucket.

## Docker

```
docker run --it --rm -v /path/to/backups:/backups someengineering/fixbackup --type daily ...
```

## Usage

```bash
Expand Down

0 comments on commit 0595aad

Please sign in to comment.