GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
podman-volume-import(1) FreeBSD General Commands Manual podman-volume-import(1)

podman-volume-import - Import tarball contents into an existing podman volume

podman volume import volume [source]

podman volume import imports the contents of a tarball into the podman volume's mount point. The contents of the volume is 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 is not created by podman volume import.

Note: Following command is not supported by podman-remote.

--help

Print usage statement

Import named volume content from the specified file.

$ podman volume import myvol test.tar

Import named volume content from stdin.

$ gunzip -c hello.tar.gz | podman volume import myvol -

Export the content from named volume and pipe it into the named volume via stdin.

$ podman volume export oldmyvol | podman volume import myvol -

podman(1), podman-volume(1), podman-volume-export(1)


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.