xref: /freebsd/sys/contrib/openzfs/man/man8/zfs-send.8 (revision 716fd348)
1.\"
2.\" CDDL HEADER START
3.\"
4.\" The contents of this file are subject to the terms of the
5.\" Common Development and Distribution License (the "License").
6.\" You may not use this file except in compliance with the License.
7.\"
8.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9.\" or http://www.opensolaris.org/os/licensing.
10.\" See the License for the specific language governing permissions
11.\" and limitations under the License.
12.\"
13.\" When distributing Covered Code, include this CDDL HEADER in each
14.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15.\" If applicable, add the following below this CDDL HEADER, with the
16.\" fields enclosed by brackets "[]" replaced with your own identifying
17.\" information: Portions Copyright [yyyy] [name of copyright owner]
18.\"
19.\" CDDL HEADER END
20.\"
21.\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
22.\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
23.\" Copyright (c) 2011, 2019 by Delphix. All rights reserved.
24.\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
25.\" Copyright (c) 2014, Joyent, Inc. All rights reserved.
26.\" Copyright (c) 2014 by Adam Stevko. All rights reserved.
27.\" Copyright (c) 2014 Integros [integros.com]
28.\" Copyright 2019 Richard Laager. All rights reserved.
29.\" Copyright 2018 Nexenta Systems, Inc.
30.\" Copyright 2019 Joyent, Inc.
31.\"
32.Dd March 16, 2022
33.Dt ZFS-SEND 8
34.Os
35.
36.Sh NAME
37.Nm zfs-send
38.Nd generate backup stream of ZFS dataset
39.Sh SYNOPSIS
40.Nm zfs
41.Cm send
42.Op Fl DLPbcehnpsvw
43.Op Fl R Op Fl X Ar dataset Ns Oo , Ns Ar dataset Oc Ns …
44.Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
45.Ar snapshot
46.Nm zfs
47.Cm send
48.Op Fl DLPcensvw
49.Op Fl i Ar snapshot Ns | Ns Ar bookmark
50.Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
51.Nm zfs
52.Cm send
53.Fl -redact Ar redaction_bookmark
54.Op Fl DLPcenpv
55.Op Fl i Ar snapshot Ns | Ns Ar bookmark
56.Ar snapshot
57.Nm zfs
58.Cm send
59.Op Fl Penv
60.Fl t
61.Ar receive_resume_token
62.Nm zfs
63.Cm send
64.Op Fl Pnv
65.Fl S Ar filesystem
66.Nm zfs
67.Cm redact
68.Ar snapshot redaction_bookmark
69.Ar redaction_snapshot Ns …
70.
71.Sh DESCRIPTION
72.Bl -tag -width ""
73.It Xo
74.Nm zfs
75.Cm send
76.Op Fl DLPbcehnpsvw
77.Op Fl R Op Fl X Ar dataset Ns Oo , Ns Ar dataset Oc Ns …
78.Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
79.Ar snapshot
80.Xc
81Creates a stream representation of the second
82.Ar snapshot ,
83which is written to standard output.
84The output can be redirected to a file or to a different system
85.Po for example, using
86.Xr ssh 1
87.Pc .
88By default, a full stream is generated.
89.Bl -tag -width "-D"
90.It Fl D , -dedup
91Deduplicated send is no longer supported.
92This flag is accepted for backwards compatibility, but a regular,
93non-deduplicated stream will be generated.
94.It Fl I Ar snapshot
95Generate a stream package that sends all intermediary snapshots from the first
96snapshot to the second snapshot.
97For example,
98.Fl I Em @a Em fs@d
99is similar to
100.Fl i Em @a Em fs@b Ns \&; Fl i Em @b Em fs@c Ns \&; Fl i Em @c Em fs@d .
101The incremental source may be specified as with the
102.Fl i
103option.
104.It Fl L , -large-block
105Generate a stream which may contain blocks larger than 128 KiB.
106This flag has no effect if the
107.Sy large_blocks
108pool feature is disabled, or if the
109.Sy recordsize
110property of this filesystem has never been set above 128 KiB.
111The receiving system must have the
112.Sy large_blocks
113pool feature enabled as well.
114See
115.Xr zpool-features 7
116for details on ZFS feature flags and the
117.Sy large_blocks
118feature.
119.It Fl P , -parsable
120Print machine-parsable verbose information about the stream package generated.
121.It Fl R , -replicate
122Generate a replication stream package, which will replicate the specified
123file system, and all descendent file systems, up to the named snapshot.
124When received, all properties, snapshots, descendent file systems, and clones
125are preserved.
126.Pp
127If the
128.Fl i
129or
130.Fl I
131flags are used in conjunction with the
132.Fl R
133flag, an incremental replication stream is generated.
134The current values of properties, and current snapshot and file system names are
135set when the stream is received.
136If the
137.Fl F
138flag is specified when this stream is received, snapshots and file systems that
139do not exist on the sending side are destroyed.
140If the
141.Fl R
142flag is used to send encrypted datasets, then
143.Fl w
144must also be specified.
145.It Fl X , -exclude Ar dataset Ns Oo , Ns Ar dataset Oc Ns …
146With
147.Fl R ,
148.Fl X
149specifies a set of datasets (and, hence, their descendants),
150to be excluded from the send stream.
151The root dataset may not be excluded.
152.Fl X Ar a Fl X Ar b
153is equivalent to
154.Fl X Ar a , Ns Ar b .
155.It Fl e , -embed
156Generate a more compact stream by using
157.Sy WRITE_EMBEDDED
158records for blocks which are stored more compactly on disk by the
159.Sy embedded_data
160pool feature.
161This flag has no effect if the
162.Sy embedded_data
163feature is disabled.
164The receiving system must have the
165.Sy embedded_data
166feature enabled.
167If the
168.Sy lz4_compress
169feature is active on the sending system, then the receiving system must have
170that feature enabled as well.
171Datasets that are sent with this flag may not be
172received as an encrypted dataset, since encrypted datasets cannot use the
173.Sy embedded_data
174feature.
175See
176.Xr zpool-features 7
177for details on ZFS feature flags and the
178.Sy embedded_data
179feature.
180.It Fl b , -backup
181Sends only received property values whether or not they are overridden by local
182settings, but only if the dataset has ever been received.
183Use this option when you want
184.Nm zfs Cm receive
185to restore received properties backed up on the sent dataset and to avoid
186sending local settings that may have nothing to do with the source dataset,
187but only with how the data is backed up.
188.It Fl c , -compressed
189Generate a more compact stream by using compressed WRITE records for blocks
190which are compressed on disk and in memory
191.Po see the
192.Sy compression
193property for details
194.Pc .
195If the
196.Sy lz4_compress
197feature is active on the sending system, then the receiving system must have
198that feature enabled as well.
199If the
200.Sy large_blocks
201feature is enabled on the sending system but the
202.Fl L
203option is not supplied in conjunction with
204.Fl c ,
205then the data will be decompressed before sending so it can be split into
206smaller block sizes.
207Streams sent with
208.Fl c
209will not have their data recompressed on the receiver side using
210.Fl o Sy compress Ns = Ar value .
211The data will stay compressed as it was from the sender.
212The new compression property will be set for future data.
213Note that uncompressed data from the sender will still attempt to
214compress on the receiver, unless you specify
215.Fl o Sy compress Ns = Em off .
216.It Fl w , -raw
217For encrypted datasets, send data exactly as it exists on disk.
218This allows backups to be taken even if encryption keys are not currently loaded.
219The backup may then be received on an untrusted machine since that machine will
220not have the encryption keys to read the protected data or alter it without
221being detected.
222Upon being received, the dataset will have the same encryption
223keys as it did on the send side, although the
224.Sy keylocation
225property will be defaulted to
226.Sy prompt
227if not otherwise provided.
228For unencrypted datasets, this flag will be equivalent to
229.Fl Lec .
230Note that if you do not use this flag for sending encrypted datasets, data will
231be sent unencrypted and may be re-encrypted with a different encryption key on
232the receiving system, which will disable the ability to do a raw send to that
233system for incrementals.
234.It Fl h , -holds
235Generate a stream package that includes any snapshot holds (created with the
236.Nm zfs Cm hold
237command), and indicating to
238.Nm zfs Cm receive
239that the holds be applied to the dataset on the receiving system.
240.It Fl i Ar snapshot
241Generate an incremental stream from the first
242.Ar snapshot
243.Pq the incremental source
244to the second
245.Ar snapshot
246.Pq the incremental target .
247The incremental source can be specified as the last component of the snapshot
248name
249.Po the
250.Sy @
251character and following
252.Pc
253and it is assumed to be from the same file system as the incremental target.
254.Pp
255If the destination is a clone, the source may be the origin snapshot, which must
256be fully specified
257.Po for example,
258.Em pool/fs@origin ,
259not just
260.Em @origin
261.Pc .
262.It Fl n , -dryrun
263Do a dry-run
264.Pq Qq No-op
265send.
266Do not generate any actual send data.
267This is useful in conjunction with the
268.Fl v
269or
270.Fl P
271flags to determine what data will be sent.
272In this case, the verbose output will be written to standard output
273.Po contrast with a non-dry-run, where the stream is written to standard output
274and the verbose output goes to standard error
275.Pc .
276.It Fl p , -props
277Include the dataset's properties in the stream.
278This flag is implicit when
279.Fl R
280is specified.
281The receiving system must also support this feature.
282Sends of encrypted datasets must use
283.Fl w
284when using this flag.
285.It Fl s , -skip-missing
286Allows sending a replication stream even when there are snapshots missing in the
287hierarchy.
288When a snapshot is missing, instead of throwing an error and aborting the send,
289a warning is printed to the standard error stream and the dataset to which it belongs
290and its descendents are skipped.
291This flag can only be used in conjunction with
292.Fl R .
293.It Fl v , -verbose
294Print verbose information about the stream package generated.
295This information includes a per-second report of how much data has been sent.
296.Pp
297The format of the stream is committed.
298You will be able to receive your streams on future versions of ZFS.
299.El
300.It Xo
301.Nm zfs
302.Cm send
303.Op Fl DLPcenvw
304.Op Fl i Ar snapshot Ns | Ns Ar bookmark
305.Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
306.Xc
307Generate a send stream, which may be of a filesystem, and may be incremental
308from a bookmark.
309If the destination is a filesystem or volume, the pool must be read-only, or the
310filesystem must not be mounted.
311When the stream generated from a filesystem or volume is received, the default
312snapshot name will be
313.Qq --head-- .
314.Bl -tag -width "-D"
315.It Fl D , -dedup
316Deduplicated send is no longer supported.
317This flag is accepted for backwards compatibility, but a regular,
318non-deduplicated stream will be generated.
319.It Fl L , -large-block
320Generate a stream which may contain blocks larger than 128 KiB.
321This flag has no effect if the
322.Sy large_blocks
323pool feature is disabled, or if the
324.Sy recordsize
325property of this filesystem has never been set above 128 KiB.
326The receiving system must have the
327.Sy large_blocks
328pool feature enabled as well.
329See
330.Xr zpool-features 7
331for details on ZFS feature flags and the
332.Sy large_blocks
333feature.
334.It Fl P , -parsable
335Print machine-parsable verbose information about the stream package generated.
336.It Fl c , -compressed
337Generate a more compact stream by using compressed WRITE records for blocks
338which are compressed on disk and in memory
339.Po see the
340.Sy compression
341property for details
342.Pc .
343If the
344.Sy lz4_compress
345feature is active on the sending system, then the receiving system must have
346that feature enabled as well.
347If the
348.Sy large_blocks
349feature is enabled on the sending system but the
350.Fl L
351option is not supplied in conjunction with
352.Fl c ,
353then the data will be decompressed before sending so it can be split into
354smaller block sizes.
355.It Fl w , -raw
356For encrypted datasets, send data exactly as it exists on disk.
357This allows backups to be taken even if encryption keys are not currently loaded.
358The backup may then be received on an untrusted machine since that machine will
359not have the encryption keys to read the protected data or alter it without
360being detected.
361Upon being received, the dataset will have the same encryption
362keys as it did on the send side, although the
363.Sy keylocation
364property will be defaulted to
365.Sy prompt
366if not otherwise provided.
367For unencrypted datasets, this flag will be equivalent to
368.Fl Lec .
369Note that if you do not use this flag for sending encrypted datasets, data will
370be sent unencrypted and may be re-encrypted with a different encryption key on
371the receiving system, which will disable the ability to do a raw send to that
372system for incrementals.
373.It Fl e , -embed
374Generate a more compact stream by using
375.Sy WRITE_EMBEDDED
376records for blocks which are stored more compactly on disk by the
377.Sy embedded_data
378pool feature.
379This flag has no effect if the
380.Sy embedded_data
381feature is disabled.
382The receiving system must have the
383.Sy embedded_data
384feature enabled.
385If the
386.Sy lz4_compress
387feature is active on the sending system, then the receiving system must have
388that feature enabled as well.
389Datasets that are sent with this flag may not be received as an encrypted dataset,
390since encrypted datasets cannot use the
391.Sy embedded_data
392feature.
393See
394.Xr zpool-features 7
395for details on ZFS feature flags and the
396.Sy embedded_data
397feature.
398.It Fl i Ar snapshot Ns | Ns Ar bookmark
399Generate an incremental send stream.
400The incremental source must be an earlier snapshot in the destination's history.
401It will commonly be an earlier snapshot in the destination's file system, in
402which case it can be specified as the last component of the name
403.Po the
404.Sy #
405or
406.Sy @
407character and following
408.Pc .
409.Pp
410If the incremental target is a clone, the incremental source can be the origin
411snapshot, or an earlier snapshot in the origin's filesystem, or the origin's
412origin, etc.
413.It Fl n , -dryrun
414Do a dry-run
415.Pq Qq No-op
416send.
417Do not generate any actual send data.
418This is useful in conjunction with the
419.Fl v
420or
421.Fl P
422flags to determine what data will be sent.
423In this case, the verbose output will be written to standard output
424.Po contrast with a non-dry-run, where the stream is written to standard output
425and the verbose output goes to standard error
426.Pc .
427.It Fl v , -verbose
428Print verbose information about the stream package generated.
429This information includes a per-second report of how much data has been sent.
430.El
431.It Xo
432.Nm zfs
433.Cm send
434.Fl -redact Ar redaction_bookmark
435.Op Fl DLPcenpv
436.Op Fl i Ar snapshot Ns | Ns Ar bookmark
437.Ar snapshot
438.Xc
439Generate a redacted send stream.
440This send stream contains all blocks from the snapshot being sent that aren't
441included in the redaction list contained in the bookmark specified by the
442.Fl -redact
443(or
444.Fl d )
445flag.
446The resulting send stream is said to be redacted with respect to the snapshots
447the bookmark specified by the
448.Fl -redact No flag was created with.
449The bookmark must have been created by running
450.Nm zfs Cm redact
451on the snapshot being sent.
452.Pp
453This feature can be used to allow clones of a filesystem to be made available on
454a remote system, in the case where their parent need not (or needs to not) be
455usable.
456For example, if a filesystem contains sensitive data, and it has clones where
457that sensitive data has been secured or replaced with dummy data, redacted sends
458can be used to replicate the secured data without replicating the original
459sensitive data, while still sharing all possible blocks.
460A snapshot that has been redacted with respect to a set of snapshots will
461contain all blocks referenced by at least one snapshot in the set, but will
462contain none of the blocks referenced by none of the snapshots in the set.
463In other words, if all snapshots in the set have modified a given block in the
464parent, that block will not be sent; but if one or more snapshots have not
465modified a block in the parent, they will still reference the parent's block, so
466that block will be sent.
467Note that only user data will be redacted.
468.Pp
469When the redacted send stream is received, we will generate a redacted
470snapshot.
471Due to the nature of redaction, a redacted dataset can only be used in the
472following ways:
473.Bl -enum -width "a."
474.It
475To receive, as a clone, an incremental send from the original snapshot to one
476of the snapshots it was redacted with respect to.
477In this case, the stream will produce a valid dataset when received because all
478blocks that were redacted in the parent are guaranteed to be present in the
479child's send stream.
480This use case will produce a normal snapshot, which can be used just like other
481snapshots.
482.
483.It
484To receive an incremental send from the original snapshot to something
485redacted with respect to a subset of the set of snapshots the initial snapshot
486was redacted with respect to.
487In this case, each block that was redacted in the original is still redacted
488(redacting with respect to additional snapshots causes less data to be redacted
489(because the snapshots define what is permitted, and everything else is
490redacted)).
491This use case will produce a new redacted snapshot.
492.It
493To receive an incremental send from a redaction bookmark of the original
494snapshot that was created when redacting with respect to a subset of the set of
495snapshots the initial snapshot was created with respect to
496anything else.
497A send stream from such a redaction bookmark will contain all of the blocks
498necessary to fill in any redacted data, should it be needed, because the sending
499system is aware of what blocks were originally redacted.
500This will either produce a normal snapshot or a redacted one, depending on
501whether the new send stream is redacted.
502.It
503To receive an incremental send from a redacted version of the initial
504snapshot that is redacted with respect to a subject of the set of snapshots the
505initial snapshot was created with respect to.
506A send stream from a compatible redacted dataset will contain all of the blocks
507necessary to fill in any redacted data.
508This will either produce a normal snapshot or a redacted one, depending on
509whether the new send stream is redacted.
510.It
511To receive a full send as a clone of the redacted snapshot.
512Since the stream is a full send, it definitionally contains all the data needed
513to create a new dataset.
514This use case will either produce a normal snapshot or a redacted one, depending
515on whether the full send stream was redacted.
516.El
517.Pp
518These restrictions are detected and enforced by
519.Nm zfs Cm receive ;
520a redacted send stream will contain the list of snapshots that the stream is
521redacted with respect to.
522These are stored with the redacted snapshot, and are used to detect and
523correctly handle the cases above.
524Note that for technical reasons,
525raw sends and redacted sends cannot be combined at this time.
526.It Xo
527.Nm zfs
528.Cm send
529.Op Fl Penv
530.Fl t
531.Ar receive_resume_token
532.Xc
533Creates a send stream which resumes an interrupted receive.
534The
535.Ar receive_resume_token
536is the value of this property on the filesystem or volume that was being
537received into.
538See the documentation for
539.Nm zfs Cm receive Fl s
540for more details.
541.It Xo
542.Nm zfs
543.Cm send
544.Op Fl Pnv
545.Op Fl i Ar snapshot Ns | Ns Ar bookmark
546.Fl S
547.Ar filesystem
548.Xc
549Generate a send stream from a dataset that has been partially received.
550.Bl -tag -width "-L"
551.It Fl S , -saved
552This flag requires that the specified filesystem previously received a resumable
553send that did not finish and was interrupted.
554In such scenarios this flag
555enables the user to send this partially received state.
556Using this flag will always use the last fully received snapshot
557as the incremental source if it exists.
558.El
559.It Xo
560.Nm zfs
561.Cm redact
562.Ar snapshot redaction_bookmark
563.Ar redaction_snapshot Ns …
564.Xc
565Generate a new redaction bookmark.
566In addition to the typical bookmark information, a redaction bookmark contains
567the list of redacted blocks and the list of redaction snapshots specified.
568The redacted blocks are blocks in the snapshot which are not referenced by any
569of the redaction snapshots.
570These blocks are found by iterating over the metadata in each redaction snapshot
571to determine what has been changed since the target snapshot.
572Redaction is designed to support redacted zfs sends; see the entry for
573.Nm zfs Cm send
574for more information on the purpose of this operation.
575If a redact operation fails partway through (due to an error or a system
576failure), the redaction can be resumed by rerunning the same command.
577.El
578.Ss Redaction
579ZFS has support for a limited version of data subsetting, in the form of
580redaction.
581Using the
582.Nm zfs Cm redact
583command, a
584.Sy redaction bookmark
585can be created that stores a list of blocks containing sensitive information.
586When provided to
587.Nm zfs Cm send ,
588this causes a
589.Sy redacted send
590to occur.
591Redacted sends omit the blocks containing sensitive information,
592replacing them with REDACT records.
593When these send streams are received, a
594.Sy redacted dataset
595is created.
596A redacted dataset cannot be mounted by default, since it is incomplete.
597It can be used to receive other send streams.
598In this way datasets can be used for data backup and replication,
599with all the benefits that zfs send and receive have to offer,
600while protecting sensitive information from being
601stored on less-trusted machines or services.
602.Pp
603For the purposes of redaction, there are two steps to the process.
604A redact step, and a send/receive step.
605First, a redaction bookmark is created.
606This is done by providing the
607.Nm zfs Cm redact
608command with a parent snapshot, a bookmark to be created, and a number of
609redaction snapshots.
610These redaction snapshots must be descendants of the parent snapshot,
611and they should modify data that is considered sensitive in some way.
612Any blocks of data modified by all of the redaction snapshots will
613be listed in the redaction bookmark, because it represents the truly sensitive
614information.
615When it comes to the send step, the send process will not send
616the blocks listed in the redaction bookmark, instead replacing them with
617REDACT records.
618When received on the target system, this will create a
619redacted dataset, missing the data that corresponds to the blocks in the
620redaction bookmark on the sending system.
621The incremental send streams from
622the original parent to the redaction snapshots can then also be received on
623the target system, and this will produce a complete snapshot that can be used
624normally.
625Incrementals from one snapshot on the parent filesystem and another
626can also be done by sending from the redaction bookmark, rather than the
627snapshots themselves.
628.Pp
629In order to make the purpose of the feature more clear, an example is provided.
630Consider a zfs filesystem containing four files.
631These files represent information for an online shopping service.
632One file contains a list of usernames and passwords, another contains purchase histories,
633a third contains click tracking data, and a fourth contains user preferences.
634The owner of this data wants to make it available for their development teams to
635test against, and their market research teams to do analysis on.
636The development teams need information about user preferences and the click
637tracking data, while the market research teams need information about purchase
638histories and user preferences.
639Neither needs access to the usernames and passwords.
640However, because all of this data is stored in one ZFS filesystem,
641it must all be sent and received together.
642In addition, the owner of the data
643wants to take advantage of features like compression, checksumming, and
644snapshots, so they do want to continue to use ZFS to store and transmit their data.
645Redaction can help them do so.
646First, they would make two clones of a snapshot of the data on the source.
647In one clone, they create the setup they want their market research team to see;
648they delete the usernames and passwords file,
649and overwrite the click tracking data with dummy information.
650In another, they create the setup they want the development teams
651to see, by replacing the passwords with fake information and replacing the
652purchase histories with randomly generated ones.
653They would then create a redaction bookmark on the parent snapshot,
654using snapshots on the two clones as redaction snapshots.
655The parent can then be sent, redacted, to the target
656server where the research and development teams have access.
657Finally, incremental sends from the parent snapshot to each of the clones can be sent
658to and received on the target server; these snapshots are identical to the
659ones on the source, and are ready to be used, while the parent snapshot on the
660target contains none of the username and password data present on the source,
661because it was removed by the redacted send operation.
662.
663.Sh EXAMPLES
664.\" These are, respectively, examples 12, 13 from zfs.8
665.\" Make sure to update them bidirectionally
666.Ss Example 1 : No Remotely Replicating ZFS Data
667The following commands send a full stream and then an incremental stream to a
668remote machine, restoring them into
669.Em poolB/received/fs@a
670and
671.Em poolB/received/fs@b ,
672respectively.
673.Em poolB
674must contain the file system
675.Em poolB/received ,
676and must not initially contain
677.Em poolB/received/fs .
678.Bd -literal -compact -offset Ds
679.No # Nm zfs Cm send Ar pool/fs@a |
680.No "   " Nm ssh Ar host Nm zfs Cm receive Ar poolB/received/fs Ns @ Ns Ar a
681.No # Nm zfs Cm send Fl i Ar a pool/fs@b |
682.No "   " Nm ssh Ar host Nm zfs Cm receive Ar poolB/received/fs
683.Ed
684.
685.Ss Example 2 : No Using the Nm zfs Cm receive Fl d No Option
686The following command sends a full stream of
687.Ar poolA/fsA/fsB@snap
688to a remote machine, receiving it into
689.Ar poolB/received/fsA/fsB@snap .
690The
691.Ar fsA/fsB@snap
692portion of the received snapshot's name is determined from the name of the sent
693snapshot.
694.Ar poolB
695must contain the file system
696.Ar poolB/received .
697If
698.Ar poolB/received/fsA
699does not exist, it is created as an empty file system.
700.Bd -literal -compact -offset Ds
701.No # Nm zfs Cm send Ar poolA/fsA/fsB@snap |
702.No "   " Nm ssh Ar host Nm zfs Cm receive Fl d Ar poolB/received
703.Ed
704.
705.Sh SEE ALSO
706.Xr zfs-bookmark 8 ,
707.Xr zfs-receive 8 ,
708.Xr zfs-redact 8 ,
709.Xr zfs-snapshot 8
710