2014-06-17 23:24:08 +04:00
<?xml version='1.0'?> <!-- * - nxml - * -->
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
Copyright 2014 Anne LoVerso <anne.loverso @ s t u d e n t s . o l i n . e d u >
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
-->
<refentry id= "ostree" >
<refentryinfo >
<title > ostree static-delta</title>
<productname > OSTree</productname>
<authorgroup >
<author >
<contrib > Developer</contrib>
<firstname > Colin</firstname>
<surname > Walters</surname>
<email > walters@verbum.org</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta >
<refentrytitle > ostree static-delta</refentrytitle>
<manvolnum > 1</manvolnum>
</refmeta>
<refnamediv >
<refname > ostree-static-delta</refname>
<refpurpose > Manage static delta files</refpurpose>
</refnamediv>
<refsynopsisdiv >
<cmdsynopsis >
2015-01-15 23:49:49 +03:00
<command > ostree static-delta list</command>
</cmdsynopsis>
2016-04-08 11:44:24 +03:00
<cmdsynopsis >
<command > ostree static-delta show</command>
</cmdsynopsis>
<cmdsynopsis >
<command > ostree static-delta delete</command>
</cmdsynopsis>
2015-01-15 23:49:49 +03:00
<cmdsynopsis >
<command > ostree static-delta generate</command> <arg choice= "req" > --to=REV</arg> <arg choice= "opt" rep= "repeat" > OPTIONS</arg>
</cmdsynopsis>
<cmdsynopsis >
<command > ostree static-delta apply-offline</command> <arg choice= "req" > PATH</arg>
2014-06-17 23:24:08 +04:00
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
<para >
2015-01-15 23:49:49 +03:00
List and manipulate static delta files.
2014-06-17 23:24:08 +04:00
</para>
</refsect1>
<refsect1 >
2015-01-15 23:49:49 +03:00
<title > 'Generate' Options</title>
2014-06-17 23:24:08 +04:00
<variablelist >
<varlistentry >
<term > <option > --from</option> ="REV"</term>
<listitem > <para >
Create delta from revision REV.
</para> </listitem>
</varlistentry>
<varlistentry >
<term > <option > --to</option> ="REV"</term>
<listitem > <para >
2015-01-15 23:49:49 +03:00
Create delta to revision REV. (This option is required.)
</para> </listitem>
</varlistentry>
<varlistentry >
<term > <option > --empty</option> </term>
<listitem > <para >
Create delta from scratch.
2014-06-17 23:24:08 +04:00
</para> </listitem>
</varlistentry>
2015-01-15 23:49:49 +03:00
<varlistentry >
<term > <option > --max-usize</option> =SIZE</term>
<listitem > <para >
Maximum uncompressed size in megabytes.
</para> </listitem>
</varlistentry>
2014-06-17 23:24:08 +04:00
</variablelist>
</refsect1>
<!-- Can we have an example for when it actually does something? -->
<refsect1 >
<title > Example</title>
<para > <command > $ ostree static-delta</command> </para>
2014-11-29 20:15:21 +03:00
<programlisting >
2014-06-17 23:24:08 +04:00
(No static deltas)
2014-11-29 20:15:21 +03:00
</programlisting>
2014-06-17 23:24:08 +04:00
</refsect1>
</refentry>