{"id":987,"date":"2014-04-15T06:13:33","date_gmt":"2014-04-15T06:13:33","guid":{"rendered":"http:\/\/kraftek.com\/blog\/?p=987"},"modified":"2014-04-15T06:13:33","modified_gmt":"2014-04-15T06:13:33","slug":"store-zfs-snapshot-into-a-file-then-receive-it-in-another-server","status":"publish","type":"post","link":"\/blog\/index.php\/store-zfs-snapshot-into-a-file-then-receive-it-in-another-server\/","title":{"rendered":"store zfs snapshot into a file, then receive it in another server"},"content":{"rendered":"<p>At the source server:<br \/>\nzfs snapshot zones\/testzone@today<br \/>\nzfs send zones\/testzone@today | gzip > \/snappie.gz<\/p>\n<p>At the destination server:<br \/>\ngzcat snappie.gz | zfs receive -F zones\/testzone<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At the source server: zfs snapshot zones\/testzone@today zfs send zones\/testzone@today | gzip > \/snappie.gz At the destination server: gzcat snappie.gz | zfs receive -F zones\/testzone<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-987","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/987","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=987"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/987\/revisions"}],"predecessor-version":[{"id":988,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/987\/revisions\/988"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=987"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=987"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=987"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}