80 lines
2.2 KiB
Groff
80 lines
2.2 KiB
Groff
'\" t
|
|
.\" Title: ostree static-delta
|
|
.\" Author: Colin Walters <walters@verbum.org>
|
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
|
.\" Date: 06/19/2017
|
|
.\" Manual: ostree static-delta
|
|
.\" Source: OSTree
|
|
.\" Language: English
|
|
.\"
|
|
.TH "OSTREE STATIC\-DELTA" "1" "" "OSTree" "ostree static-delta"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * Define some portability stuff
|
|
.\" -----------------------------------------------------------------
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.\" http://bugs.debian.org/507673
|
|
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH "NAME"
|
|
ostree-static-delta \- Manage static delta files
|
|
.SH "SYNOPSIS"
|
|
.HP \w'\fBostree\ static\-delta\ list\fR\ 'u
|
|
\fBostree static\-delta list\fR
|
|
.HP \w'\fBostree\ static\-delta\ show\fR\ 'u
|
|
\fBostree static\-delta show\fR
|
|
.HP \w'\fBostree\ static\-delta\ delete\fR\ 'u
|
|
\fBostree static\-delta delete\fR
|
|
.HP \w'\fBostree\ static\-delta\ generate\fR\ 'u
|
|
\fBostree static\-delta generate\fR {\-\-to=REV} [OPTIONS...]
|
|
.HP \w'\fBostree\ static\-delta\ apply\-offline\fR\ 'u
|
|
\fBostree static\-delta apply\-offline\fR {PATH}
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
List and manipulate static delta files\&.
|
|
.SH "\*(AQGENERATE\*(AQ OPTIONS"
|
|
.PP
|
|
\fB\-\-from\fR="REV"
|
|
.RS 4
|
|
Create delta from revision REV\&.
|
|
.RE
|
|
.PP
|
|
\fB\-\-to\fR="REV"
|
|
.RS 4
|
|
Create delta to revision REV\&. (This option is required\&.)
|
|
.RE
|
|
.PP
|
|
\fB\-\-empty\fR
|
|
.RS 4
|
|
Create delta from scratch\&.
|
|
.RE
|
|
.PP
|
|
\fB\-\-max\-usize\fR=SIZE
|
|
.RS 4
|
|
Maximum uncompressed size in megabytes\&.
|
|
.RE
|
|
.SH "EXAMPLE"
|
|
.PP
|
|
\fB$ ostree static\-delta\fR
|
|
.sp
|
|
.if n \{\
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
(No static deltas)
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
.\}
|