Hi There,

I'm getting invalid option error when I use '-R' option with
zfs send command.

zfs send -R z...@snap <mailto:z...@snap> | zfs receive -F z2/backup-z1
invalid option 'R'
usage:
send [-i <snapshot>] <snapshot>

For the property list, run: zfs set|get
cannot receive: invalid stream (failed to read first record)


My co-worker and I were trying to save a snapshot of a zpool name 'z1' to a new location <z2/backup-z1>;
Here are the steps we did:

zpool create -f z2 c0t3d0s2
zfs snapshot -r z...@snap <mailto:z...@snap>
zfs send -R z...@snap <mailto:z...@snap> | zfs receive -F z2/backup-z1
(error occurred)


Any advice how to solve this issue?

Thanks,

Wen

--
Wenhwa Liu
wenhwa....@oracle.com
Office: x84799 / 650-786-4799


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to