1OSTREE PULL-LOCAL(1) ostree pull-local OSTREE PULL-LOCAL(1)
2
3
4
6 ostree-pull-local - Copy data from a source repository
7
9 ostree pull-local [OPTIONS...] {SOURCE_REPO} [REFS...]
10
12 Copies data from a given repository; optimized for copies only between
13 repositories on the same system.
14
16 --remote="REMOTE"
17 Add REMOTE to refspec.
18
19 --disable-fsync
20 Do no invoke fsync().
21
22 --untrusted
23 Do not trust source, verify checksums and don't hardlink into
24 source.
25
26 --disable-verify-bindings
27 Disable verification of commit metadata bindings.
28
30 $ ostree pull-local /ostree/repo
31
32 Enumerating objects...
33 pull: 25709/25709 scanned, 0 objects copied
34 Writing 5 refs
35
36
37
38OSTree OSTREE PULL-LOCAL(1)