NAME 名称

podman-volume-export - Export volume to external tar
podman-volume-export - 将卷导出到外部 tar

SYNOPSIS 概要

podman volume export [options] volume
podman volume export [选项] 卷

DESCRIPTION 描述

podman volume export exports the contents of a podman volume and saves it as a tarball on the local machine. podman volume export writes to STDOUT by default and can be redirected to a file using the --output flag.
podman volume export 导出 podman 卷的内容,并将其保存为本地机器上的 tarball。podman volume export 默认写入到 STDOUT,并可以使用 --output 标志重定向到文件。

Note: Following command is not supported by podman-remote.
注意:以下命令不受 podman-remote 支持。

podman volume export [OPTIONS] VOLUME

OPTIONS 选项

--help --帮助 ¶

Print usage statement 打印使用说明

--output, -o=file --输出, -o=文件 ¶

Write to a file, default is STDOUT
写入文件,默认为标准输出

EXAMPLES 示例

Export named volume content into the specified file.
将命名卷的内容导出到指定文件中。

$ podman volume export myvol --output myvol.tar

SEE ALSO 参见 ¶

podman(1), podman-volume(1), podman-volume-import(1)