From c21306f061d16bf91a9666ad0b60cd3db161ce25 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 30 Jul 2022 19:02:14 +0000 Subject: man podman-volume-import: Clarify that merge happens Current directories and files stay the same with the current implementation as long as the tarball does not contain a directories or files with the same name. Signed-off-by: Felix Stupp --- docs/source/markdown/podman-volume-import.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/markdown/podman-volume-import.1.md b/docs/source/markdown/podman-volume-import.1.md index 4ae9ae1e2..4df250e95 100644 --- a/docs/source/markdown/podman-volume-import.1.md +++ b/docs/source/markdown/podman-volume-import.1.md @@ -9,6 +9,7 @@ podman\-volume\-import - Import tarball contents into an existing podman volume ## DESCRIPTION **podman volume import** imports the contents of a tarball into the podman volume's mount point. +The contents of the volume will be merged with the content of the tarball, the latter takes precedence. **podman volume import** can consume piped input when using `-` as source path. The given volume must already exist and will not be created by podman volume import. -- cgit v1.2.3-54-g00ecf