Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt authored Feb 3, 2024
1 parent 06d2833 commit f1a901d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

a. Mount and export
```bash
docker run --rm -v <persistent-volume-name>:/data -v /path/to/backup:/app volume-toolkit export
docker run --rm -v <persistent-volume-name>:/data -v /path/to/backup:/app ghcr.io/swiftwave-org/volume-toolkit export
```
> Note : It is recommended to use `tmp` for `/path/to/backup` as it will be deleted after the export process.
Expand All @@ -43,5 +43,5 @@
```
c. Wipe up persistent volume and import data from backup
```bash
docker run --rm -v <persistent-volume-name>:/data -v /path/to/backup:/app volume-toolkit import
docker run --rm -v <persistent-volume-name>:/data -v /path/to/backup:/app ghcr.io/swiftwave-org/volume-toolkit import
```

0 comments on commit f1a901d

Please sign in to comment.