Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Handling instructions and example inside for multi tool usage
  • Loading branch information
markaltmann authored Nov 25, 2024
1 parent 49a22b9 commit c3e3413
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

Vackup: (contraction of "volume backup")

Easily backup and restore Docker volumes using either tarballs or container images.
It's designed for running from any host/container where you have the docker CLI.
Easily backup and restore OCI volumes using either tarballs or container images.
It's designed for running from any host/container where you have a docker capable CLI. It has been tested with Docker, Podman and Finch.
To use that feature, just set the env variable CONTAINERDIST in your shell session or invoke it direclty in the cmd:
`$ CONTAINERDIST="podman" ./vackup.sh`

Note that for open files like databases,
it's usually better to use their preferred backup tool to create a backup file,
Expand Down

0 comments on commit c3e3413

Please sign in to comment.