From c18193bd19f06802a77dc4e1550f7f2db5560468 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 15 Feb 2016 06:39:49 -0500 Subject: [PATCH] man/ostree-export.xml: Add to git Forgot to `git add`. --- man/ostree-export.xml | 70 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 man/ostree-export.xml diff --git a/man/ostree-export.xml b/man/ostree-export.xml new file mode 100644 index 00000000..39ad8e69 --- /dev/null +++ b/man/ostree-export.xml @@ -0,0 +1,70 @@ + + + + + + + + + ostree export + OSTree + + + + Developer + Colin + Walters + walters@verbum.org + + + + + + ostree export + 1 + + + + ostree-export + Generate a tar archive from an OSTree commit + + + + + ostree export OPTIONS BRANCH + + + + + Description + + + This command generates a GNU tar formatted archive from an + OSTree commit. This is useful for cases like backups, + converting OSTree commits into Docker images, and the like. + + + + + Example + $ ostree export exampleos/x86_64/standard | gzip > exampleos-standard.tar.gz + +