1compose-partial-copy(1)     General Commands Manual    compose-partial-copy(1)
2
3
4

NAME

6       compose-partial-copy - copy part of compose to another location
7

SYNOPSIS

9       compose-partial-copy [OPTIONS...]  COMPOSE DESTINATION
10

DESCRIPTION

12       compose-partial-copy  copies  parts  of compose to another location via
13       rsync. You can specify which variants and/or architectures you want  to
14       copy.  Multiple invocations of rsync may be used to achieve the desired
15       result.
16
17       Unrecognized arguments will be passed directly to rsync.
18

OPTIONS

20       -h, --help
21              Print help and exit.
22
23       --arch=ARCH
24              Copy only this architecture. Can be used multiple times.
25
26              Any binary architecture is allowed. If you want the source  data
27              (RPMs,  ISOs,  repositories  etc.) to be copied too, you have to
28              explictly add --arch=src. If no arch filter  is  specified,  the
29              variant  as  a whole gets copied including all binary and source
30              content.
31
32       --variant=VARIANT
33              Copy only this variant. Can be used multiple times.
34
35       -n, --dry-run
36              Only print rsync commands, do not copy anything.
37
38              You can append -- --dry-run at the end of command line  to  pass
39              the  dry-run  option  to rsync. In that case it will actually be
40              called, but just print some debugging information.
41

EXIT CODE

43       This tool exits with status code of 0 on success and non-zero value  on
44       failure.
45

BUGS

47       Please report bugs at
48       https://pagure.io/compose-utils/issues
49
50
51
52                                                       compose-partial-copy(1)
Impressum