ZFS Snapshot sync

zfs snapshot pool/dataset@relocate

zfs send pool/dataset@relocate | mbuffer -q -s 1024k -m 1G | pv -b | nc -w 20 XX.XX.XX.XX 8023

nc -w 20 -l 8023 | mbuffer -q -s 1024k -m 1G | pv -rtab | zfs receive -vF pool/dataset

Quelle:
https://www.truenas.com/community/threads/replication-stream-compression.73563/#post-509985

Schreibe einen Kommentar