ZFS Remote Sync: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 November 2024

  • curprev 20:5120:51, 25 November 2024Maeve talk contribs 1,312 bytes +1,312 Created page with "It is possible to '''sync one zpool's contents to another''' via ''zfs send'' and ''zfs recv.'' First, create a snapshot of the data you want to send. To copy an entire zpool, create a snapshot with the following command: zpool snapshot -r [zpool_to_snapshot]@[snapshot_name] You can also snapshot a specific subvol. zpool snapshot [zpool_to_snapshot/with_sub_vol]@[snapshot_name] We'll be sending the data from this snapshot over to another host using zfs send and zfs..." Tag: Visual edit