Skip to content

Commit cc2b084

Browse files
committed
Mention pin
1 parent 407b430 commit cc2b084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ It works just as well with [Podman](https://podman.io/) volumes, just prefix eac
77
> [!WARNING]
88
> Make sure no container is using the volume before backup or restore, otherwise your data might be damaged. See [Miscellaneous](#miscellaneous) for instructions.
99
10+
> [!TIP]
11+
> I am doing my best to keep this utility backwards-compatible. However, if you are using it in production environment and you want to be sure that it doesn't break with the future updates, request a specific image digest, e.g.: `docker run -v [volume-name]:/volume --rm --log-driver none loomchild/volume-backup@sha256:d598345843d8eb20e4b0da331d538eb9158b70bcaff56f7ba09f5ce1b6498019 backup > [archive-path]`. You can find the available digests on Docker Hub or GHCR.
12+
1013
> [!TIP]
1114
> When using docker-compose, make sure to backup and restore volume labels. See [Miscellaneous](#miscellaneous) for more information.
1215

0 commit comments

Comments
 (0)