1podman-volume-export(1)     General Commands Manual    podman-volume-export(1)
2
3
4

NAME

6       podman-volume-export - Exports volume to external tar
7
8

SYNOPSIS

10       podman volume export [options] volume
11
12

DESCRIPTION

14       podman  volume export exports the contents of a podman volume and saves
15       it as a tarball on the local machine. podman volume  export  writes  to
16       STDOUT  by  default  and can be redirected to a file using the --output
17       flag.
18
19
20       Note: Following command is not supported by podman-remote.
21
22
23       podman volume export [OPTIONS] VOLUME
24
25

OPTIONS

27   --help
28       Print usage statement
29
30
31   --output, -o=file
32       Write to a file, default is STDOUT
33
34

EXAMPLES

36              $ podman volume export myvol --output myvol.tar
37
38
39
40

SEE ALSO

42       podman(1), podman-volume(1), podman-volume-import(1)
43
44
45
46                                                       podman-volume-export(1)
Impressum