comparison docs/man/man8/fzfs-copy-tree.rst @ 424:a200c18603c9

Further work on "fzfs copy-tree"
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 20 Sep 2023 09:31:26 +0200
parents a571a30bcf8a
children 3ebaa936b2b2
comparison
equal deleted inserted replaced
423:1d6ee78f06ef 424:a200c18603c9
17 17
18 Copy the ZFS filesystem or snapshot that is rooted at `source-dataset` 18 Copy the ZFS filesystem or snapshot that is rooted at `source-dataset`
19 and all descendent datasets to the destination rooted at `dest-dataset`. 19 and all descendent datasets to the destination rooted at `dest-dataset`.
20 20
21 The structure and content of the filesystems is copied. 21 The structure and content of the filesystems is copied.
22
23 If `source-dataset` is a snapshot then all child datasets also must
24 have a snapshot with the same snapshot name.
22 25
23 `dest-dataset` must not exist already. 26 `dest-dataset` must not exist already.
24 27
25 By default `canmount` is also copied. But this can be modified with 28 By default `canmount` is also copied. But this can be modified with
26 option :option:`-A`. 29 option :option:`-A`.