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 13, 2024
1 parent 9b62262 commit 4d7f421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
```bash
rm -rf /path/to/backup
```

2. Import a persistent volume

a. Create a tmp directory
Expand All @@ -45,10 +46,11 @@
```bash
docker run --rm -v <persistent-volume-name>:/data -v /path/to/backup:/app ghcr.io/swiftwave-org/volume-toolkit import
```

3. Measure the size of a persistent volume

a. Run the following command
```bash
docker run --rm -v <persistent-volume-name>:/data -v /path/to/backup:/app volume-toolkit size
```
b. The size of the persistent volume will be written in `/path/to/backup/size.txt` file in bytes format.
b. The size of the persistent volume will be written in `/path/to/backup/size.txt` file in bytes format.

0 comments on commit 4d7f421

Please sign in to comment.