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(+) (limited to 'docs/source') 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 From 6c69a2ea1196388018446a4f18e5154a276970fc Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sun, 31 Jul 2022 20:34:14 +0000 Subject: podman-volume-import: Reword "precendence" Signed-off-by: Felix Stupp --- docs/source/markdown/podman-volume-import.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/markdown/podman-volume-import.1.md b/docs/source/markdown/podman-volume-import.1.md index 4df250e95..ec5d5ebfc 100644 --- a/docs/source/markdown/podman-volume-import.1.md +++ b/docs/source/markdown/podman-volume-import.1.md @@ -9,7 +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. +The contents of the volume will be merged with the content of the tarball with the latter taking 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