1podman-volume-export(1)() podman-volume-export(1)()
2
3
4
6 podman-volume-export - Exports volume to external tar
7
8
10 podman volume export [options] volume
11
12
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
27 --output, -o=file
28 Write to a file, default is STDOUT
29
30
31 --help
32 Print usage statement
33
34
36 $ podman volume export myvol --output myvol.tar
37
38
39
40
42 podman-volume(1), podman-volume-import(1)
43
44
45
46 podman-volume-export(1)()