zfs:replication
This is an old revision of the document!
ZFS - Replication
Replication is incredibly fast compared to traditional file based syncing methods like rsync.
zfs send <local_dataset>@<snapshot> | ssh <remote_user>@<remote host> zfs receive <remote_dataset>
NOTE: Permissions to non-root users may be needing to be set.
zfs/replication.1634080223.txt.gz · Last modified: 2021/10/12 23:10 by peter