1OSTREE STATIC-DELTA(1)        ostree static-delta       OSTREE STATIC-DELTA(1)
2
3
4

NAME

6       ostree-static-delta - Manage static delta files
7

SYNOPSIS

9       ostree static-delta list
10
11       ostree static-delta show
12
13       ostree static-delta delete
14
15       ostree static-delta generate {--to=REV} [OPTIONS...]
16
17       ostree static-delta apply-offline {PATH}
18

DESCRIPTION

20       List and manipulate static delta files.
21

GENERATE OPTIONS

23       --from="REV"
24           Create delta from revision REV.
25
26       --to="REV"
27           Create delta to revision REV. (This option is required.) The delta
28           is from the parent of REV, unless specified otherwise by --from or
29           --empty.
30
31       --empty
32           Create delta from scratch.
33
34       --max-usize=SIZE
35           Maximum uncompressed size in megabytes.
36

EXAMPLE

38       $ ostree static-delta
39
40                   (No static deltas)
41
42
43
44OSTree                                                  OSTREE STATIC-DELTA(1)
Impressum