6 btrfs-send - send data of subvolume(s) to stdout/file.
10 *btrfs send* [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol> [<subvol>...]
14 Sends the subvolume(s) specified by <subvol> to stdout.
16 By default, this will send the whole subvolume. To do an incremental
17 send, use '-p <parent>'.
19 If you want to allow btrfs to clone from any additional local snapshots,
20 use '-c <clone-src>' (multiple times where applicable).
22 You must not specify clone sources unless you guarantee that these snapshots
23 are exactly in the same state on both sides, the sender and the receiver.
25 It is allowed to omit the '-p <parent>' option when '-c <clone-src>' options
26 are given, in which case *btrfs send* will determine a suitable parent among the
32 Enable verbose debug output. Each occurrence of this option increases the
35 If sending multiple subvols at once, use the new format and omit the <end cmd> between the subvols.
37 Send an incremental stream from <parent> to <subvol>.
39 Use this snapshot as a clone source for an incremental send (multiple allowed).
41 Output is normally written to stdout. To write to a file, use this option.
42 An alternative would be to use pipes.
46 *btrfs send* returns a zero exist status if it succeeds. Non zero is
47 returned in case of failure.
51 *btrfs* is part of btrfs-progs.
52 Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for