Skip to content

Commit

Permalink
mention Podman
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Jan 27, 2024
1 parent d31abfb commit 4d7158e
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
@@ -1,6 +1,8 @@
# volume-backup

An utility to backup and restore [docker volumes](https://docs.docker.com/engine/reference/commandline/volume/). For more info, read my article on [Medium](https://medium.com/@jareklipski/backup-restore-docker-named-volumes-350397b8e362)
An utility to backup and restore [Docker volumes](https://docs.docker.com/storage/volumes/). For more info, read my article on [Medium](https://medium.com/@jareklipski/backup-restore-docker-named-volumes-350397b8e362).

It works just as well with [Podman](https://podman.io/) volumes, just prefix each command with `podman` instead of `docker`.

**Note**: Make sure no container is using the volume before backup or restore, otherwise your data might be damaged. See [Miscellaneous](#miscellaneous) for instructions.

Expand Down

0 comments on commit 4d7158e

Please sign in to comment.