Blame man/ostree-pull-local.xml

rpm-build 0fba15
 
rpm-build 0fba15
rpm-build 0fba15
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
rpm-build 0fba15
rpm-build 0fba15
rpm-build 0fba15
Copyright 2014 Anne LoVerso <anne.loverso@students.olin.edu>
rpm-build 0fba15
rpm-build 0fba15
SPDX-License-Identifier: LGPL-2.0+
rpm-build 0fba15
rpm-build 0fba15
This library is free software; you can redistribute it and/or
rpm-build 0fba15
modify it under the terms of the GNU Lesser General Public
rpm-build 0fba15
License as published by the Free Software Foundation; either
rpm-build 0fba15
version 2 of the License, or (at your option) any later version.
rpm-build 0fba15
rpm-build 0fba15
This library is distributed in the hope that it will be useful,
rpm-build 0fba15
but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 0fba15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
rpm-build 0fba15
Lesser General Public License for more details.
rpm-build 0fba15
rpm-build 0fba15
You should have received a copy of the GNU Lesser General Public
rpm-build 0fba15
License along with this library; if not, write to the
rpm-build 0fba15
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
rpm-build 0fba15
Boston, MA 02111-1307, USA.
rpm-build 0fba15
-->
rpm-build 0fba15
rpm-build 0fba15
<refentry id="ostree">
rpm-build 0fba15
rpm-build 0fba15
    <refentryinfo>
rpm-build 0fba15
        <title>ostree pull-local</title>
rpm-build 0fba15
        <productname>OSTree</productname>
rpm-build 0fba15
rpm-build 0fba15
        <authorgroup>
rpm-build 0fba15
            <author>
rpm-build 0fba15
                <contrib>Developer</contrib>
rpm-build 0fba15
                <firstname>Colin</firstname>
rpm-build 0fba15
                <surname>Walters</surname>
rpm-build 0fba15
                <email>walters@verbum.org</email>
rpm-build 0fba15
            </author>
rpm-build 0fba15
        </authorgroup>
rpm-build 0fba15
    </refentryinfo>
rpm-build 0fba15
rpm-build 0fba15
    <refmeta>
rpm-build 0fba15
        <refentrytitle>ostree pull-local</refentrytitle>
rpm-build 0fba15
        <manvolnum>1</manvolnum>
rpm-build 0fba15
    </refmeta>
rpm-build 0fba15
rpm-build 0fba15
    <refnamediv>
rpm-build 0fba15
        <refname>ostree-pull-local</refname>
rpm-build 0fba15
        <refpurpose>Copy data from a source repository</refpurpose>
rpm-build 0fba15
    </refnamediv>
rpm-build 0fba15
rpm-build 0fba15
    <refsynopsisdiv>
rpm-build 0fba15
            <cmdsynopsis>
rpm-build 0fba15
                <command>ostree pull-local</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="req">SOURCE_REPO</arg> <arg choice="opt" rep="repeat">REFS</arg>
rpm-build 0fba15
            </cmdsynopsis>
rpm-build 0fba15
    </refsynopsisdiv>
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Description</title>
rpm-build 0fba15
rpm-build 0fba15
        <para>
rpm-build 0fba15
            Copies data from a given repository; optimized for copies only between repositories on the same system.
rpm-build 0fba15
        </para>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Options</title>
rpm-build 0fba15
rpm-build 0fba15
        <variablelist>
rpm-build 0fba15
            <varlistentry>
rpm-build 0fba15
                <term><option>--remote</option>="REMOTE"</term>
rpm-build 0fba15
rpm-build 0fba15
                <listitem><para>
rpm-build 0fba15
                    Add REMOTE to refspec.
rpm-build 0fba15
                </para></listitem>
rpm-build 0fba15
            </varlistentry>
rpm-build 0fba15
rpm-build 0fba15
            <varlistentry>
rpm-build 0fba15
                <term><option>--disable-fsync</option></term>
rpm-build 0fba15
rpm-build 0fba15
                <listitem><para>
rpm-build 0fba15
                    Do no invoke fsync().
rpm-build 0fba15
                </para></listitem>
rpm-build 0fba15
            </varlistentry>
rpm-build 0fba15
rpm-build 0fba15
            <varlistentry>
rpm-build 0fba15
                <term><option>--untrusted</option></term>
rpm-build 0fba15
rpm-build 0fba15
                <listitem><para>
rpm-build 0fba15
                    Do not trust source, verify checksums and don't hardlink into source.
rpm-build 0fba15
                </para></listitem>
rpm-build 0fba15
            </varlistentry>
rpm-build 0fba15
        </variablelist>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
rpm-build 0fba15
rpm-build 0fba15
    <refsect1>
rpm-build 0fba15
        <title>Example</title>
rpm-build 0fba15
        <para><command>$ ostree pull-local /ostree/repo</command></para>
rpm-build 0fba15
<programlisting>
rpm-build 0fba15
        Enumerating objects...
rpm-build 0fba15
        pull: 25709/25709 scanned, 0 objects copied
rpm-build 0fba15
        Writing 5 refs
rpm-build 0fba15
</programlisting>
rpm-build 0fba15
    </refsect1>
rpm-build 0fba15
</refentry>