.nh .TH podman-volume-export 1 .SH NAME .PP podman-volume-export - Export volume to external tar .SH SYNOPSIS .PP \fBpodman volume export\fP [\fIoptions\fP] \fIvolume\fP .SH DESCRIPTION .PP \fBpodman volume export\fP exports the contents of a podman volume and saves it as a tarball on the local machine. \fBpodman volume export\fP writes to STDOUT by default and can be redirected to a file using the \fB--output\fR flag. .PP Note: Following command is not supported by podman-remote. .PP \fBpodman volume export [OPTIONS] VOLUME\fP .SH OPTIONS .SS \fB--help\fP .PP Print usage statement .SS \fB--output\fP, \fB-o\fP=\fIfile\fP .PP Write to a file, default is STDOUT .SH EXAMPLES .PP Export named volume content into the specified file. .EX $ podman volume export myvol --output myvol.tar .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-volume(1)\fP, \fBpodman-volume-import(1)\fP