1OSTREE EXPORT(1)                 ostree export                OSTREE EXPORT(1)
2
3
4

NAME

6       ostree-export - Generate a tar archive from an OSTree commit
7

SYNOPSIS

9       ostree export [OPTIONS...] {BRANCH}
10

DESCRIPTION

12       This command generates a GNU tar formatted archive from an OSTree
13       commit. This is useful for cases like backups, converting OSTree
14       commits into Docker images, and the like.
15

EXAMPLE

17       $ ostree export exampleos/x86_64/standard | gzip >
18       exampleos-standard.tar.gz
19
20
21
22OSTree                                                        OSTREE EXPORT(1)
Impressum