Bill Shannon wrote:
> If I do something like this:
> 
> zfs snapshot [EMAIL PROTECTED]
> zfs send [EMAIL PROTECTED] > tank.backup
> sleep 86400
> zfs rename [EMAIL PROTECTED] [EMAIL PROTECTED]
> zfs snapshot [EMAIL PROTECTED]
> zfs send -I [EMAIL PROTECTED] [EMAIL PROTECTED] > tank.incr
> 
> Am I going to be able to restore the streams?
> Or is it going to be confused because I renamed
> the snapshot?

Since no one could answer my question, I decided to do the experiment...

Based on my experiments, it seems that I can still restore
the streams even with the rename, but I need to rename the
restored snapshot, e.g.:

zfs recv -F test < tank.backup
zfs rollback -r [EMAIL PROTECTED]
zfs rename [EMAIL PROTECTED] [EMAIL PROTECTED]
zfs recv test < tank.incr
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to