I saved one of my zfs snapshot on the remote machine with following command. And now i want to restore the same snapshot to original server how can i receive it on the original server from backup server. #zfs send rpool/ROOT/sol10_patched at preConfig | ssh x.x.x.x zfs receive emcpool1/sol10_patched at preConfig On the remote server #zfs list -r emcpool1/sol10_patched NAME USED AVAIL REFER MOUNTPOINT emcpool1/sol10_patched 5.79G 124G 5.79G none emcpool1/sol10_patched at preConfig 0 - 5.79G - I tried restoring it from the backup server but got error #zfs send emcpool1/sol10_patched at preConfig | ssh 10.63.25.218 rpool/ROOT/sol10_patched at preConfig Password: bash: rpool/ROOT/sol10_patched at preConfig: No such file or directory -- This message posted from opensolaris.org
Hi Looks like you missed the receive zfs send emcpool1/... | ssh 10.63.25.218 zfs receive rpool/... ^^^^^^^^^^^^ Or else it was a type on the message. Rgds Karl> -----Original Message----- > From: zfs-discuss-bounces at opensolaris.org [mailto:zfs-discuss- > bounces at opensolaris.org] On Behalf Of Ketan > Sent: 21 January 2011 07:55 > To: zfs-discuss at opensolaris.org > Subject: [zfs-discuss] ZFS snapshot query > > I saved one of my zfs snapshot on the remote machine with following > command. And now i want to restore the same snapshot to original server > how can i receive it on the original server from backup server. > > > #zfs send rpool/ROOT/sol10_patched at preConfig | ssh x.x.x.x zfs receive > emcpool1/sol10_patched at preConfig > > > On the remote server > > > > #zfs list -r emcpool1/sol10_patched > NAME USED AVAIL REFER MOUNTPOINT > emcpool1/sol10_patched 5.79G 124G 5.79G none > emcpool1/sol10_patched at preConfig 0 - 5.79G - > I tried restoring it from the backup server but got error > > > > #zfs send emcpool1/sol10_patched at preConfig | ssh 10.63.25.218 > rpool/ROOT/sol10_patched at preConfig > Password: > bash: rpool/ROOT/sol10_patched at preConfig: No such file or directory > -- > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss