Skip to content

Instantly share code, notes, and snippets.

@teimur8
Last active May 31, 2018 08:00
Show Gist options
  • Save teimur8/44cc159ae87e2c9d9aa9c96170b0a7eb to your computer and use it in GitHub Desktop.
Save teimur8/44cc159ae87e2c9d9aa9c96170b0a7eb to your computer and use it in GitHub Desktop.
zfs create tank1/test-tom
zfs list -t snapshot
#or
zfs list -t all
zfs destroy tank1/vm-100-disk-2@snapshot1
zfs snapshot tank1/test-tom@init1
zfs send tank1/test-tom@init1 | ssh 89.218.12.149 zfs receive tank1/test-tom
zfs send -R tank1/subvol-102-disk-1@init | ssh 89.218.12.149 zfs receive tank1/subvol-102-disk-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment