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