Skip to content

Instantly share code, notes, and snippets.

@nlienard
Created February 23, 2016 20:20
Show Gist options
  • Save nlienard/ab5d057dcbb065dd194e to your computer and use it in GitHub Desktop.
Save nlienard/ab5d057dcbb065dd194e to your computer and use it in GitHub Desktop.
ZFS Duplicate ZPOOL remotely
root@dnxsys-web001:~ # zfs snapshot -r zdata@snapshot_for_ovh
root@dnxsys-web001:~ # zfs send -R zdata@snapshot_for_ovh | ssh 164.132.147.90 zfs recv -vFd zdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment